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

Side by Side Diff: LayoutTests/touchadjustment/touch-links-longpress.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 <head> 3 <head>
4 <title>Touch Adjustment : Testing that a drag/drop will start on a long pres s - bug 92914</title> 4 <title>Touch Adjustment : Testing that a drag/drop will start on a long pres s - bug 92914</title>
5 <script src="../fast/js/resources/js-test-pre.js"></script> 5 <script src="../resources/js-test.js"></script>
6 <script src="resources/touchadjustment.js"></script> 6 <script src="resources/touchadjustment.js"></script>
7 <style> 7 <style>
8 #sandbox { 8 #sandbox {
9 position: absolute; 9 position: absolute;
10 left: 0px; 10 left: 0px;
11 top: 0px; 11 top: 0px;
12 } 12 }
13 </style> 13 </style>
14 </head> 14 </head>
15 15
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 description('Tests if a long press gesture on links will trigger a d rag/drop when touch adjustment is used.'); 93 description('Tests if a long press gesture on links will trigger a d rag/drop when touch adjustment is used.');
94 testDirectTouches(); 94 testDirectTouches();
95 testIndirectTouches(); 95 testIndirectTouches();
96 e.sandbox.style.display = 'none'; 96 e.sandbox.style.display = 'none';
97 } 97 }
98 } 98 }
99 runTests(); 99 runTests();
100 </script> 100 </script>
101 </body> 101 </body>
102 </html> 102 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/touch-inlines.html ('k') | LayoutTests/touchadjustment/touch-links-two-finger-tap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698