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

Side by Side Diff: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../resources/ahem.js"></script>
4 <script src="../../../resources/js-test.js"></script> 5 <script src="../../../resources/js-test.js"></script>
5 </head> 6 </head>
6 <body> 7 <body>
7 <p id="description"></p> 8 <p id="description"></p>
8 <p> 9 <p>
9 Please run this with DumpRenderTree. 10 Please run this with DumpRenderTree.
10 </p> 11 </p>
11 Test following mouse actions: 12 Test following mouse actions:
12 <ul> 13 <ul>
13 <li>Mouse click to focus field</li> 14 <li>Mouse click to focus field</li>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 debug('==> Reset type attribute, and click on the clear button'); 103 debug('==> Reset type attribute, and click on the clear button');
103 input.value = '02:24'; 104 input.value = '02:24';
104 input.type = 'time'; 105 input.type = 'time';
105 mouseClick(); 106 mouseClick();
106 shouldBeEqualToString('input.value', ''); 107 shouldBeEqualToString('input.value', '');
107 108
108 debug(''); 109 debug('');
109 </script> 110 </script>
110 </body> 111 </body>
111 </html> 112 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698