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

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

Issue 2345183003: Rebaseline tests for crbug.com/262679(fieldset doesn't support 'display') (Closed)
Patch Set: synced to the head Created 4 years, 3 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
Index: third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
index 25c91c103d6782659d40f21a4a6fa9b3c332e7f4..b255788c0cf9f89bc27ab7fa5f35bf5db764ffbc 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
@@ -20,19 +20,17 @@ EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
This test checks whether the selection is restored, cleared, or set to the full range when using different ways to focus a text area. These results all match Mozilla. When running manually, please follow the steps below. In the test harness, the test runs automatically.
-1) Hit tab, only the word "SUCCESS" should be selected:
-2) Hit Ctrl-Option-J (or Alt-J on Windows), only the word "SUCCESS" should be selected:
-3) , only the word "SUCCESS" should be selected:
-4) Click in the input field, nothing should be selected:
-5) Click this label, only the word "SUCCESS" should be selected:
-6) Hit Ctrl-Option-U (or Alt-U on Windows), only the word "SUCCESS" should be selected:
-7) , only the word "SUCCESS" should be selected:
+1) Hit tab, only the word "SUCCESS" should be selected:
+2) Hit Ctrl-Option-J (or Alt-J on Windows), only the word "SUCCESS" should be selected:
+3) , only the word "SUCCESS" should be selected:
+4) Click in the input field, nothing should be selected:
+5) Click this label, only the word "SUCCESS" should be selected:
+6) Hit Ctrl-Option-U (or Alt-U on Windows), only the word "SUCCESS" should be selected:
+7) , only the word "SUCCESS" should be selected:
8) , only the word "SUCCESS" should be selected:
-
9) Hit Ctrl-Option-I (or Alt-I on Windows), only the word "SUCCESS" should be selected:
-
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698