2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>overflow on body should not propagate to the viewport when not child of root
</title>
6 html { overflow:hidden; }
7 body { overflow:scroll; width:
10em; height:
10em; border:thin solid; display:block; color:navy; }
8 .filler { color:gray; }
13 <p>There should be scrollbars for this box -- not for the viewport.
</p>
14 <p class=
"filler">This is filler text.
</p>
15 <p class=
"filler">This is filler text.
</p>
16 <p class=
"filler">This is filler text.
</p>
17 <p class=
"filler">This is filler text.
</p>
18 </body></bogus></html>