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

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

Issue 2706033004: Don't throw when getting selection(Direction|Start|End) on input (Closed)
Patch Set: Refine test Created 3 years, 10 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/selection-functions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
index fe6994600dbe770f387b622eb5bff69d47c9e06b..ad26e800b79ef284f286bd228ccb792ec0c572fd 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
@@ -52,9 +52,11 @@ selectionStart and selectionEnd in focus handler don't return wrong values 0,0:
7, 7
===button===
-button.selectionStart threw exception
+button.selectionStart did not throw exception
button.selectionStart = 0 threw exception
-button.selectionEnd threw exception
+button.selectionEnd did not throw exception
button.selectionEnd = 0 threw exception
+button.selectionDirection did not throw exception
+button.selectionDirection = 'none' threw exception
button.setSelectionRange defined
button.setSelectionRange(0,0) threw exception

Powered by Google App Engine
This is Rietveld 408576698