summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/438987-1.html
blob: 161a85947b639cfd1fe0c07ed5d42154332b317e (plain)
1
2
3
4
5
6
7
<!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>