Chromium Code Reviews

Unified 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, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea.html b/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea.html
index f8ddf1f67c0741c5c516ff704c6dfd3822563585..01558f9b9a5e39f7c1a21b6b7cdc1f5d0cfeeb60 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea.html
@@ -1,4 +1,4 @@
-<body onload="runTest()">
+<body onload="runTest()" style="font-size: 10px;">
<script src="../../resources/js-test.js"></script>
<script>

Powered by Google App Engine