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

Side by Side Diff: LayoutTests/touchadjustment/zoom-fatfinger.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 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 <style> 4 <style>
5 #div1 { position: absolute; left: 100px; top: 100px; width: 200px; heigh t: 20px; } 5 #div1 { position: absolute; left: 100px; top: 100px; width: 200px; heigh t: 20px; }
6 </style> 6 </style>
7 </head> 7 </head>
8 <body onload="runTests()"> 8 <body onload="runTests()">
9 9
10 <div id=div1></div> 10 <div id=div1></div>
11 11
12 <p id='description'></p> 12 <p id='description'></p>
13 <div id='console'></div> 13 <div id='console'></div>
(...skipping 26 matching lines...) Expand all
40 testRunner.dumpAsText(); 40 testRunner.dumpAsText();
41 testRunner.waitUntilDone(); 41 testRunner.waitUntilDone();
42 testDirectTouches(); 42 testDirectTouches();
43 isSuccessfullyParsed(); 43 isSuccessfullyParsed();
44 testRunner.notifyDone(); 44 testRunner.notifyDone();
45 } 45 }
46 } 46 }
47 </script> 47 </script>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/zoom-basic.html ('k') | LayoutTests/transforms/2d/computed-style-origin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698