2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>overflow on subsequent bodys should not propagate to the viewport
</title>
6 html { overflow:visible; }
7 #test { display:block; overflow:scroll; width:
10em; height:
10em; border:thin solid; }
12 <p>There should be scrollbars for the box below -- not for the viewport.
</p>
14 <body id=
"test"/></html>