Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dynamic / window-scrollbars-test.html
blobc6110353c7690fa91d5bb792f871c6045fd0b554
1 <body>
2 This window should not have scroll bars.
3 <script>
4 var width = innerWidth;
5 var height = innerHeight;
7 document.documentElement.style.height = height + 50 + "px";
8 document.documentElement.style.width = width + "px";
9 document.body.offsetTop;
10 document.documentElement.style.height = height + "px";
11 </script>
12 </body>