| OLD | NEW | 
|   1 <!DOCTYPE html> |   1 <!DOCTYPE html> | 
|   2 <html> |   2 <html> | 
|   3 <head> |   3 <head> | 
|   4     <script src="resources/text-based-repaint.js" type="text/javascript"></scrip
    t> |   4     <script src="resources/text-based-repaint.js" type="text/javascript"></scrip
    t> | 
|   5     <script> |   5     <script> | 
|   6         function repaintTest() |   6         function repaintTest() | 
|   7         { |   7         { | 
|   8             document.body.style.overflow = "visible"; |   8             document.body.style.overflow = "visible"; | 
|   9         } |   9         } | 
|  10     </script> |  10     </script> | 
|  11 </head> |  11 </head> | 
|  12  |  12  | 
|  13 <body style="overflow:hidden" onload="runRepaintAndPixelTest()"> |  13 <body style="overflow:hidden" onload="runRepaintAndPixelTest()"> | 
|  14     <p>You should see both vertical and horizontal scrollbars. |  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=364
    61">Bug 36461 - No vertical scrollbar after the CSS class change</a>. |  15     <p>This is the test for <a href="https://bugs.webkit.org/show_bug.cgi?id=364
    61">Bug 36461 - No vertical scrollbar after the CSS class change</a>. | 
|  16  |  16  | 
|  17     <div style="width: 2000px; height: 2000px;"> |  17     <div style="width: 2000px; height: 2000px;"> | 
|  18 </body> |  18 </body> | 
|  19 </html> |  19 </html> | 
| OLD | NEW |