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

Side by Side Diff: LayoutTests/touchadjustment/plugin.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 : Plugin boundary - bug ????</title> 4 <title>Touch Adjustment : Plugin boundary - bug ????</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 #plugin { 8 #plugin {
9 height: 160px; 9 height: 160px;
10 margin-left: 10px; 10 margin-left: 10px;
11 margin-top: 10px; 11 margin-top: 10px;
12 width: 320px; 12 width: 320px;
13 } 13 }
14 #toolbar { 14 #toolbar {
15 -webkit-box-align: stretch; 15 -webkit-box-align: stretch;
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 description('Tests touch-adjustment at a plugin boundary.'); 83 description('Tests touch-adjustment at a plugin boundary.');
84 testDirectTouches(); 84 testDirectTouches();
85 testIndirectTouches(); 85 testIndirectTouches();
86 e['sandbox'].style.display = 'none'; 86 e['sandbox'].style.display = 'none';
87 } 87 }
88 } 88 }
89 runTests(); 89 runTests();
90 </script> 90 </script>
91 </body> 91 </body>
92 </html> 92 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/nested-touch.html ('k') | LayoutTests/touchadjustment/rotated-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698