blob: bedc71b68ad39c5bc272ee1d4c1d7d463d23e27f [file] [log] [blame]
hyatt@apple.com73883c22008-02-02 10:06:14 +00001<!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">
5body:empty { background-color:red; }
6div#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>