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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/forms/focus-selection-textarea-expected.txt

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/linux/fast/forms/focus-selection-textarea-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/forms/focus-selection-textarea-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/forms/focus-selection-textarea-expected.txt
index 980038ab7937f91b2e79c7e82760ebdc3fab291a..1b1e04bc88322f89255c95786d50dbfc95812022 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/forms/focus-selection-textarea-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/forms/focus-selection-textarea-expected.txt
@@ -41,16 +41,16 @@ PASS third.selectionStart is 11
PASS third.selectionEnd is 18
PASS fourth.selectionStart is 11
PASS fourth.selectionEnd is 18
-FAIL fourth.selectionStart should be 0. Was 11.
-FAIL fourth.selectionEnd should be 0. Was 18.
+PASS fourth.selectionStart is 0
+PASS fourth.selectionEnd is 0
PASS fifth.selectionStart is 11
PASS fifth.selectionEnd is 18
PASS fifth.selectionStart is 11
PASS fifth.selectionEnd is 18
-FAIL sixth.selectionStart should be 11. Was 2.
-FAIL sixth.selectionEnd should be 18. Was 2.
-FAIL sixth.selectionStart should be 11. Was 2.
-FAIL sixth.selectionEnd should be 18. Was 2.
+PASS sixth.selectionStart is 11
+PASS sixth.selectionEnd is 18
+PASS sixth.selectionStart is 11
+PASS sixth.selectionEnd is 18
PASS seventh.selectionStart is 11
PASS seventh.selectionEnd is 18
PASS seventh.selectionStart is 11
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698