blob: f20a002787b81ed51eb3701655150f60083a2268 [file] [log] [blame]
robert@webkit.org36a1f9b2012-04-03 20:14:18 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html>
3 <head>
4 <title>CSS Test: Reference Result</title>
5 <style type="text/css">
6 div
7 {
8 color: green;
9 }
10 </style>
11 </head>
12 <body>
13 <p>Test passes if the "Filler Text" below is green.</p>
14 <div>Filler Text</div>
15 </body>
16</html>