blob: 4d805a992670ca1cfaa7e37cc2f83b0a125f19a5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: green;
height: 100px;
}
p {
color: green; /* Hide from pixel result */
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
</script>
</head>
<body>
<p>The entire viewport should be filled with green</p>
</body>
</html>