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

Side by Side Diff: LayoutTests/touchadjustment/touch-links-two-finger-tap.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 context menu will appear on a two-f inger tap - bug 99947</title> 4 <title>Touch Adjustment : Testing that a context menu will appear on a two-f inger tap - bug 99947</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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 description('Tests if a two finger tap gesture on links will trigger a context menu when touch adjustment is used.'); 92 description('Tests if a two finger tap gesture on links will trigger a context menu when touch adjustment is used.');
93 testDirectTouches(); 93 testDirectTouches();
94 testIndirectTouches(); 94 testIndirectTouches();
95 e.sandbox.style.display = 'none'; 95 e.sandbox.style.display = 'none';
96 } 96 }
97 } 97 }
98 runTests(); 98 runTests();
99 </script> 99 </script>
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/touch-links-longpress.html ('k') | LayoutTests/touchadjustment/zoom-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698