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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea.html

Issue 2786953002: Render focus-selection-textarea at constant font-size to avoid flakiness (Closed)
Patch Set: Created 3 years, 8 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 <body onload="runTest()"> 1 <body onload="runTest()" style="font-size: 10px;">
2 <script src="../../resources/js-test.js"></script> 2 <script src="../../resources/js-test.js"></script>
3 3
4 <script> 4 <script>
5 function runTest() 5 function runTest()
6 { 6 {
7 if (!window.testRunner) 7 if (!window.testRunner)
8 return; 8 return;
9 9
10 testRunner.dumpEditingCallbacks(); 10 testRunner.dumpEditingCallbacks();
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ninth.setSelectionRange(11, 18); 182 ninth.setSelectionRange(11, 18);
183 ninth.blur(); 183 ninth.blur();
184 </script> 184 </script>
185 </fieldset> 185 </fieldset>
186 <br> 186 <br>
187 187
188 <p id="description"></p> 188 <p id="description"></p>
189 <div id="console"></div> 189 <div id="console"></div>
190 190
191 </body> 191 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698