summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/empty-body-test.html
blob: bedc71b68ad39c5bc272ee1d4c1d7d463d23e27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style type="text/css">
body:empty { background-color:red; }
div#appendChild { padding: 1em;}
</style>
</head>
<body>
<p>There should be no RED on the page</p>
<div id='appendChild'></div>
</body>
</html>