Index: third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt |
index dcf8912091f89ff0004e863e753e13fb12324c73..69be7a2bf8eb55fcf1612e6e26a3f8e737e38b98 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt |
@@ -12,12 +12,16 @@ EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
<textarea> focus selection |
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: |
+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: |
@@ -46,16 +50,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 |