haikuwebkit/LayoutTests/fast/repaint/view-background-from-body-1...

13 lines
392 B
HTML

<head>
<!-- The entire viewport should be white, with no red margin. -->
<script src="resources/repaint.js" type="text/javascript"></script>
<script type="text/javascript">
function repaintTest()
{
document.body.style.display = "none";
}
</script>
</head>
<body onload="runRepaintTest();" style="margin: 50px; background-color: red;">
</body>