blob: ac10ed87bb4a01b686aef2191195288b9ef67b12 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
html {
background-color: green;
}
body {
background-color: #0F0;
height: 100px;
}
p {
color: #0F0; /* Hide from pixel result */
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
</script>
</head>
<body>
<p>Should see a 100px tall light green rect on a field of green.</p>
</body>
</html>