Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: LayoutTests/fast/events/touch/touch-inside-iframe.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698