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

Side by Side Diff: LayoutTests/fast/events/touch/multi-touch-grouped-targets.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 <!-- 5 <!--
6 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchc ancel callbacks 6 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchc ancel callbacks
7 should be written in an asynchronous fashion so they can be run on mobile plat forms like Android. 7 should be written in an asynchronous fashion so they can be run on mobile plat forms like Android.
8 You will need to invoke isSuccessfullyParsed() in your test script when the te st completes. 8 You will need to invoke isSuccessfullyParsed() in your test script when the te st completes.
9 --> 9 -->
10 </head> 10 </head>
11 <body> 11 <body>
12 <p id="description"></p> 12 <p id="description"></p>
13 <div id="console"></div> 13 <div id="console"></div>
14 <script src="script-tests/multi-touch-grouped-targets.js"></script> 14 <script src="script-tests/multi-touch-grouped-targets.js"></script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698