robert@webkit.org | 36a1f9b | 2012-04-03 20:14:18 +0000 | [diff] [blame] | 1 | <!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> |