blob: b62a671fedc368c905d1680fca60ceebd9eb93ac [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.dumpAsText(true);
</script>
</head>
<body>
<p>The entire viewport should be filled with green</p>
</body>
</html>