tenfourfox/layout/reftests/bugs/438987-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
257 B
HTML

<!DOCTYPE HTML>
<!-- check that the background of a root table element propagates to the viewport -->
<html style="display:table; background:yellow;">
<body style="margin:0">
The yellow table background should be propagated to the viewport.
</body>
</html>