blob: 52f9a3abcec002bce7caecc882c748a3160d157c [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
p {
color: white;
background: green;
}
</style>
<body>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
</body>
</html>