Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / overflow-scroll-body-appear.html
blob6c663be64a5e2466385676a3a7dcf52b23eafe4e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="resources/text-based-repaint.js" type="text/javascript"></script>
5 <script>
6 function repaintTest()
8 document.body.style.overflow = "visible";
10 </script>
11 </head>
13 <body style="overflow:hidden" onload="runRepaintTest()">
14 <p>You should see both vertical and horizontal scrollbars.
15 <p>This is the test for <a href="https://bugs.webkit.org/show_bug.cgi?id=36461">Bug 36461 - No vertical scrollbar after the CSS class change</a>.
17 <div style="width: 2000px; height: 2000px;">
18 </body>
19 </html>