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

13 lines
424 B
HTML

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