blob: 42af6b795ff5c60fce92398eb4269e90b5223904 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css" media="screen">
html {
position: absolute;
top: 100px;
left: 100px;
background-color: green;
}
</style>
</head>
<body>
<p>Tests that the entire viewport is painted with a floated html element.</p>
</body>
</html>