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

Side by Side Diff: LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 <style type="text/css"> 5 <style type="text/css">
6 #touchtarget { 6 #touchtarget {
7 width: 100px; 7 width: 100px;
8 height: 100px; 8 height: 100px;
9 background: blue; 9 background: blue;
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body onload="runTest();"> 13 <body onload="runTest();">
14 <div id="touchtarget"> 14 <div id="touchtarget">
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 } else { 86 } else {
87 endTest(); 87 endTest();
88 } 88 }
89 } else { 89 } else {
90 debug("This test requires DumpRenderTree. Tap on the blue rect to log." ) 90 debug("This test requires DumpRenderTree. Tap on the blue rect to log." )
91 } 91 }
92 } 92 }
93 </script> 93 </script>
94 </body> 94 </body>
95 </html> 95 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698