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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-active-state-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script src="../../../js/resources/js-test-pre.js"></script> 3 <script src="../../../../resources/js-test.js"></script>
4 <style type="text/css"> 4 <style type="text/css">
5 #frame { 5 #frame {
6 position: absolute; 6 position: absolute;
7 top: 300px; 7 top: 300px;
8 left: 400px; 8 left: 400px;
9 height: 3000px; 9 height: 3000px;
10 } 10 }
11 11
12 </style> 12 </style>
13 <body> 13 <body>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 testRunner.notifyDone(); 54 testRunner.notifyDone();
55 } 55 }
56 56
57 if (window.testRunner) { 57 if (window.testRunner) {
58 testRunner.waitUntilDone(); 58 testRunner.waitUntilDone();
59 } 59 }
60 60
61 </script> 61 </script>
62 </body> 62 </body>
63 </html> 63 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698