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

Side by Side Diff: LayoutTests/fast/events/touch/touch-inside-iframe-scrolled.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-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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698