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