blob: e68b75d8938d6419dc4085cec6946066e296304e [file] [log] [blame]
<head>
<!-- The html element steals body's red background whether body has a box or not. -->
<script type="text/javascript">
if (window.testRunner)
window.testRunner.dumpAsTextWithPixelResults();
function runTest()
{
document.body.style.display = "none";
}
</script>
</head>
<body onload="runTest();" style="margin: 50px; background-color: red;">
</body>