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

Unified Diff: LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt

Issue 551613002: Auto-rebaseline for r181492 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt
diff --git a/LayoutTests/fast/forms/focus-selection-textarea-expected.txt b/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt
similarity index 85%
copy from LayoutTests/fast/forms/focus-selection-textarea-expected.txt
copy to LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt
index 0ff009457a8fb30d041202be6a061a6cffd4788e..dcf8912091f89ff0004e863e753e13fb12324c73 100644
--- a/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt
@@ -12,10 +12,6 @@ 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.
@@ -50,16 +46,16 @@ PASS third.selectionStart is 11
PASS third.selectionEnd is 18
PASS fourth.selectionStart is 11
PASS fourth.selectionEnd is 18
-PASS fourth.selectionStart is 0
-PASS fourth.selectionEnd is 0
+FAIL fourth.selectionStart should be 0. Was 11.
+FAIL fourth.selectionEnd should be 0. Was 18.
PASS fifth.selectionStart is 11
PASS fifth.selectionEnd is 18
PASS fifth.selectionStart is 11
PASS fifth.selectionEnd is 18
-PASS sixth.selectionStart is 11
-PASS sixth.selectionEnd is 18
-PASS sixth.selectionStart is 11
-PASS sixth.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 seventh.selectionStart is 11
PASS seventh.selectionEnd is 18
PASS seventh.selectionStart is 11

Powered by Google App Engine
This is Rietveld 408576698