Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / body-propagation / overflow / 006-declarative.xhtml
blob14c055718052b919a1d3f2a8329922a2407cfe35
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>overflow on subsequent bodys should not propagate to the viewport</title>
5 <style>
6 html { overflow:visible; }
7 #test { display:block; overflow:scroll; width:10em; height:10em; border:thin solid; }
8 body { color:navy; }
9 </style>
10 </head>
11 <body>
12 <p>There should be scrollbars for the box below -- not for the viewport.</p>
13 </body>
14 <body id="test"/></html>