blob: 6f57dfc3917c92cea0c2c7e6ce517d191d18c869 [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
div {
color: green;
}
</style>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<div>Filler Text
<p>Filler Text</p>
</div>
</body>
</html>