Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / scrollable-area-frame-scrolling-no.html
bloba311f5b9298b878ff667abddf31d7bdbd02f6edf
1 <!DOCTYPE html>
2 <head>
3 <style type="text/css"> @import "resources/scrollable-style.css"; </style>
4 <script src="../../resources/js-test.js"></script>
5 <script src="resources/scrollable-area.js"></script>
6 </head>
7 <body onload="runTest(1);">
8 <iframe width=120 scrolling=no src="resources/generic-scrollable-content.html"></iframe>
9 <div id='console'></div>
10 </html>