Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / overflow-scroll-body-appear.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <script src="resources/repaint.js" type="text/javascript"></script>
5     <script>
6         function repaintTest()
7         {
8             document.body.style.overflow = "visible";
9         }
10     </script>
11 </head>
12
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>.
16
17     <div style="width: 2000px; height: 2000px;">
18 </body>
19 </html>