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

Side by Side Diff: LayoutTests/touchadjustment/disabled-formelements.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 : Disabled form elements - bug 92093</title> 4 <title>Touch Adjustment : Disabled form elements - bug 92093</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 type="text/css"> 7 <style type="text/css">
8 #sandbox { 8 #sandbox {
9 position: absolute; 9 position: absolute;
10 left: 0px; 10 left: 0px;
11 top: 0px; 11 top: 0px;
12 width: 600px; 12 width: 600px;
13 height: 600px; 13 height: 600px;
14 } 14 }
15 </style> 15 </style>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 e.sandbox.style.display = 'none'; 66 e.sandbox.style.display = 'none';
67 } 67 }
68 } 68 }
69 69
70 runTests(); 70 runTests();
71 </script> 71 </script>
72 72
73 73
74 </body> 74 </body>
75 </html> 75 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698