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

Side by Side Diff: LayoutTests/fast/dom/HTMLDialogElement/form-method-dialog.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 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 <style> 5 <style>
6 /* Position on an integer offset to avoid rounding errors during the test to cli ck on a coordinate. */ 6 /* Position on an integer offset to avoid rounding errors during the test to cli ck on a coordinate. */
7 #image { 7 #image {
8 position: fixed; 8 position: fixed;
9 top: 50px; 9 top: 50px;
10 left: 50px; 10 left: 50px;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 testClosedDialog(); 192 testClosedDialog();
193 193
194 // The tests involving image button seem to need to be async. 194 // The tests involving image button seem to need to be async.
195 testClickMethodOnImageButton(); 195 testClickMethodOnImageButton();
196 } 196 }
197 197
198 test(); 198 test();
199 </script> 199 </script>
200 </body> 200 </body>
201 </html> 201 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698