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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/form-method-dialog.html

Issue 2671603003: Move DIALOG element tests to html/dialog/. (Closed)
Patch Set: Created 3 years, 10 months 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../resources/js-test.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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 testClosedDialog(); 204 testClosedDialog();
205 205
206 // The tests involving image button seem to need to be async. 206 // The tests involving image button seem to need to be async.
207 testClickMethodOnImageButton(); 207 testClickMethodOnImageButton();
208 } 208 }
209 209
210 test(); 210 test();
211 </script> 211 </script>
212 </body> 212 </body>
213 </html> 213 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698