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

Side by Side Diff: LayoutTests/fast/events/touch/multi-touch-inside-iframes.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 <style> 3 <style>
4 iframe { 4 iframe {
5 width: 100px; 5 width: 100px;
6 height: 100px; 6 height: 100px;
7 margin: 0; 7 margin: 0;
8 padding: 0; 8 padding: 0;
9 border: 1px solid black; 9 border: 1px solid black;
10 } 10 }
11 11
12 #iframe1 12 #iframe1
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 debug('This test requires DRT.'); 161 debug('This test requires DRT.');
162 } 162 }
163 } 163 }
164 164
165 if (window.testRunner) { 165 if (window.testRunner) {
166 testRunner.waitUntilDone(); 166 testRunner.waitUntilDone();
167 } 167 }
168 </script> 168 </script>
169 </body> 169 </body>
170 </html> 170 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698