blob: 0ed4b537e2d9624c40d9f475bee832f37cb18605 [file] [log] [blame]
hyatt@apple.combf26cc02008-10-14 20:35:36 +00001<!DOCTYPE html>
2<html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>background on body should fill the viewport even when it has bogus siblings</title>
5 <style>
6 html { background-color:transparent; background-image:none; }
7 body { background-color:yellow; color:navy; }
8 </style>
9 </head>
10 <body xmlns="urn:foo:bogus"/><body>
11 <p>The canvas should be yellow.</p>
12 </body>
13</html>