Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / scrollable-area-overflow-not-set.html
blob5d75eb07a015ea25a8d5072d3f50cadc0173e59b
2 <!DOCTYPE html>
3 <head>
4 <style type="text/css"> @import "resources/scrollable-style.css"; </style>
5 <script src="../../resources/js-test.js"></script>
6 <script src="resources/scrollable-area.js"></script>
7 </head>
8 <body onload="runTest(0);">
9 <div id="scrollable" class="inner" style="background: green;">content
10 <div class="offscreen">content</div>
11 </div>
12 <div id='console'></div>
13 </body>
14 </html>