| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link rel="stylesheet" href="../../../js/resources/js-test-style.css"> | |
| 5 <script src="../../../js/resources/js-test-pre.js"></script> | 4 <script src="../../../js/resources/js-test-pre.js"></script> |
| 6 <script src="resources/gesture-helpers.js"></script> | 5 <script src="resources/gesture-helpers.js"></script> |
| 7 | 6 |
| 8 </head> | 7 </head> |
| 9 | 8 |
| 10 <body style="margin:0" onload="runTest()"> | 9 <body style="margin:0" onload="runTest()"> |
| 11 <div id="container" style="width: 500px; height: 200px; overflow-y: scroll
; overflow-x: scroll"> | 10 <div id="container" style="width: 500px; height: 200px; overflow-y: scroll
; overflow-x: scroll"> |
| 12 <form> | 11 <form> |
| 13 <input id="box" size="10" style="height:100px; font-size:xx-large"
type="text" value="asasd;flkajsd;flkasjdf;alksdjf;alskdfja;lksdja;sdlfjkas;ldkf
"></input> | 12 <input id="box" size="10" style="height:100px; font-size:xx-large"
type="text" value="asasd;flkajsd;flkasjdf;alksdjf;alskdfja;lksdja;sdlfjkas;ldkf
"></input> |
| 14 </form> | 13 </form> |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 testRunner.notifyDone(); | 188 testRunner.notifyDone(); |
| 190 } else | 189 } else |
| 191 exitIfNecessary(); | 190 exitIfNecessary(); |
| 192 } else { | 191 } else { |
| 193 debug("This test requires DumpRenderTree. Gesture-scroll the pa
ge to validate the implementation."); | 192 debug("This test requires DumpRenderTree. Gesture-scroll the pa
ge to validate the implementation."); |
| 194 } | 193 } |
| 195 } | 194 } |
| 196 </script> | 195 </script> |
| 197 </body> | 196 </body> |
| 198 </html> | 197 </html> |
| OLD | NEW |