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-iframe-scrolled2.html"></iframe> | 4 <iframe style="position:absolute; top:100px; left:100px;" src="./resources/touch
-inside-iframe-scrolled2.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 when scrolled. https://bugs.
webkit.org/show_bug.cgi?id=96541'); | 8 description('Test iframes receive touches correctly when scrolled. https://bugs.
webkit.org/show_bug.cgi?id=96541'); |
9 | 9 |
10 var touch = null; | 10 var touch = null; |
11 var correctDiv = false; | 11 var correctDiv = false; |
12 | 12 |
(...skipping 26 matching lines...) Expand all Loading... |
39 debug('This test requires DRT.'); | 39 debug('This test requires DRT.'); |
40 } | 40 } |
41 } | 41 } |
42 | 42 |
43 if (window.testRunner) { | 43 if (window.testRunner) { |
44 testRunner.waitUntilDone(); | 44 testRunner.waitUntilDone(); |
45 } | 45 } |
46 </script> | 46 </script> |
47 </body> | 47 </body> |
48 </html> | 48 </html> |
OLD | NEW |