Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / scrollable-area-frame-scrolling-yes-display-none.html
blob2d2ce32656fd425db5d7584b4525ce2b45e7d32f
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 <iframe width=120 scrolling=yes style="display: none;" src="resources/generic-scrollable-content.html"></iframe>
9 <div id='console'></div>
10 </html>