haikuwebkit/LayoutTests/fast/body-propagation/overflow/006-declarative.xhtml

14 lines
444 B
HTML

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