blob: 79eac88ecb0c37a76fdafe1efd8088a034ebf442 [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>background on body should fill the viewport</title>
<style>
html { background-color:transparent; background-image:none; }
body { background-image:url(resources/yellow.png); margin:8px; color:navy; }
</style>
</head>
<body>
<p>The entire canvas should be yellow.</p>
</body>
</html>