| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <script src="../../js/resources/js-test-pre.js"></script> | 2 <script src="../../../resources/js-test.js"></script> |
| 3 <body> | 3 <body> |
| 4 <iframe style="position:absolute; top:100px; left:100px;" src="./resources/touch
-inside-iframe2.html"></iframe> | 4 <iframe style="position:absolute; top:100px; left:100px;" src="./resources/touch
-inside-iframe2.html"></iframe> |
| 5 <p id="description"></p> | 5 <p id="description"></p> |
| 6 <div id="console"></div> | 6 <div id="console"></div> |
| 7 <script type="text/javascript"> | 7 <script type="text/javascript"> |
| 8 description('Test iframes receive touches correctly.'); | 8 description('Test iframes receive touches correctly.'); |
| 9 | 9 |
| 10 var touch = null; | 10 var touch = null; |
| 11 | 11 |
| 12 function testComplete(event) | 12 function testComplete(event) |
| (...skipping 16 matching lines...) Expand all Loading... |
| 29 debug('This test requires DRT.'); | 29 debug('This test requires DRT.'); |
| 30 } | 30 } |
| 31 } | 31 } |
| 32 | 32 |
| 33 if (window.testRunner) { | 33 if (window.testRunner) { |
| 34 testRunner.waitUntilDone(); | 34 testRunner.waitUntilDone(); |
| 35 } | 35 } |
| 36 </script> | 36 </script> |
| 37 </body> | 37 </body> |
| 38 </html> | 38 </html> |
| OLD | NEW |