hyatt@apple.com | 73883c2 | 2008-02-02 10:06:14 +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 | <style type="text/css"> | ||||
5 | body:empty { background-color:red; } | ||||
6 | div#appendChild { padding: 1em;} | ||||
7 | </style> | ||||
8 | </head> | ||||
9 | <body> | ||||
10 | <p>There should be no RED on the page</p> | ||||
11 | <div id='appendChild'></div> | ||||
12 | </body> | ||||
13 | </html> |