| 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="height: 500px; overflow-x: scroll; overflow-y:
scroll"> | 10 <div id="container" style="height: 500px; overflow-x: scroll; overflow-y:
scroll"> |
| 12 <select id="box" style="width=200px" size="5"> | 11 <select id="box" style="width=200px" size="5"> |
| 13 <option>Option 1</option> | 12 <option>Option 1</option> |
| 14 <option>Option 2</option> | 13 <option>Option 2</option> |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 testRunner.notifyDone(); | 159 testRunner.notifyDone(); |
| 161 } else | 160 } else |
| 162 exitIfNecessary(); | 161 exitIfNecessary(); |
| 163 } else { | 162 } else { |
| 164 debug("This test requires DumpRenderTree. Gesture-scroll the pa
ge to validate the implementation."); | 163 debug("This test requires DumpRenderTree. Gesture-scroll the pa
ge to validate the implementation."); |
| 165 } | 164 } |
| 166 } | 165 } |
| 167 </script> | 166 </script> |
| 168 </body> | 167 </body> |
| 169 </html> | 168 </html> |
| OLD | NEW |