blob: a1d17095e39f93bad559f94eebb519eed11dfdb3 [file] [log] [blame]
<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>