Index: third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt b/third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt |
index fc4b8aeedfd6c50786cf4d67ff5cdc7f34ee9e41..6aa927793d68e47400ea956ce8fc11eee7694cce 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt |
@@ -19,6 +19,7 @@ PASS input setSelectionRange({},1) |
PASS input setSelectionRange(NaN,1) |
PASS input setSelectionRange(null,1) |
PASS input setSelectionRange(undefined,1) |
+PASS input setSelectionRange fires a select event |
PASS test of textarea.setSelectionRange |
PASS textarea typeof(input.setSelectionRange)' |
PASS textarea setSelectionRange return void |
@@ -39,5 +40,6 @@ PASS textarea setSelectionRange({},1) |
PASS textarea setSelectionRange(NaN,1) |
PASS textarea setSelectionRange(null,1) |
PASS textarea setSelectionRange(undefined,1) |
+PASS textarea setSelectionRange fires a select event |
Harness: the test ran to completion. |