blob: 938265b5599857e7166b3bc5da9c766fbd1decf6 [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>background on body should fill the canvas even when it has bogus siblings</title>
<style>
html { background-color:transparent; background-image:none; }
body { background-image:url(resources/yellow.png); color:navy; }
</style>
</head>
<body xmlns="urn:foo:bogus"/><body>
<p>The entire viewport should be yellow.</p>
</body>
</html>