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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt

Issue 2022203002: Import wpt@d510ec1abc30eee4c855c13842bc2f0dfa791f8b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Message changed by testharness.js update Created 4 years, 7 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/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.

Powered by Google App Engine
This is Rietveld 408576698