blob: 1d2d41f5cd3eb12872af54778823c6a197582b32 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: green;
height: 100px;
}
p {
color: green; /* Hide from pixel result */
}
</style>
</head>
<body>
<p>The entire viewport should be filled with green</p>
</body>
</html>