| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Pan Scrolling Test</title> | 3 <title>Pan Scrolling Test</title> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 <script> | 6 <script> |
| 7 if (testRunner) { | 7 if (testRunner) { |
| 8 testRunner.dumpAsText(); | 8 testRunner.dumpAsText(); |
| 9 testRunner.waitUntilDone(); | 9 testRunner.waitUntilDone(); |
| 10 } | 10 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 if (document.getElementById('overflow').scrollTop) | 40 if (document.getElementById('overflow').scrollTop) |
| 41 document.getElementById('console').innerHTML = "Success! Div
with overflow was scrolled"; | 41 document.getElementById('console').innerHTML = "Success! Div
with overflow was scrolled"; |
| 42 else | 42 else |
| 43 document.getElementById('console').innerHTML = "Fail! Div wi
th overflow was not scrolled"; | 43 document.getElementById('console').innerHTML = "Fail! Div wi
th overflow was not scrolled"; |
| 44 | 44 |
| 45 window.testRunner.notifyDone(); | 45 window.testRunner.notifyDone(); |
| 46 } | 46 } |
| 47 </script> | 47 </script> |
| 48 </body> | 48 </body> |
| 49 </html> | 49 </html> |
| OLD | NEW |