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

Side by Side Diff: LayoutTests/touchadjustment/event-triggered-widgets.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 : Event triggered widgets - bug 78801</title> 4 <title>Touch Adjustment : Event triggered widgets - bug 78801</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 .box { border: 1px solid black; border-radius: 5px 5px; margin: 1em; wid th: 40em; } 8 .box { border: 1px solid black; border-radius: 5px 5px; margin: 1em; wid th: 40em; }
9 </style> 9 </style>
10 </head> 10 </head>
11 11
12 <body> 12 <body>
13 13
14 <div id=sandbox> 14 <div id=sandbox>
15 <script> 15 <script>
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 testDirectTouches(); 148 testDirectTouches();
149 testDirectFatFingers(); 149 testDirectFatFingers();
150 testIndirectFatFingers(); 150 testIndirectFatFingers();
151 document.getElementById('sandbox').style.display = 'none'; 151 document.getElementById('sandbox').style.display = 'none';
152 } 152 }
153 } 153 }
154 runTests(); 154 runTests();
155 </script> 155 </script>
156 </body> 156 </body>
157 </html> 157 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/disabled-formelements.html ('k') | LayoutTests/touchadjustment/nested-shadow-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698