blob: 14c055718052b919a1d3f2a8329922a2407cfe35 [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>overflow on subsequent bodys should not propagate to the viewport</title>
<style>
html { overflow:visible; }
#test { display:block; overflow:scroll; width:10em; height:10em; border:thin solid; }
body { color:navy; }
</style>
</head>
<body>
<p>There should be scrollbars for the box below -- not for the viewport.</p>
</body>
<body id="test"/></html>