Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / scrollable-area-overflow-auto-display-none-in-parent.html
blobb188ae22364d51960c5fa3a915e881b33eb0c39b
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(0);">
8 <div style="display:none">
9 <div id="scrollable" class="inner" style="color: brown; background: purple; overflow: auto; visibility: visible">content
10 <div class="offscreen">content</div>
11 </div>
12 </div>
13 <div id='console'></div>
14 </body>
15 </html>