haikuwebkit/LayoutTests/fast/body-propagation/background-image/001.html

13 lines
373 B
HTML

<!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>