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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: 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/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt b/third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
deleted file mode 100644
index 25a4f0aefd9bacbcea370c07501507a78badfe40..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
+++ /dev/null
@@ -1,49 +0,0 @@
-This is a testharness.js-based test.
-PASS test of input.setSelectionRange
-PASS input typeof(input.setSelectionRange)'
-PASS input setSelectionRange return void
-PASS input setSelectionRange(0,1)
-PASS input setSelectionRange(0,input.value.length+1)
-PASS input setSelectionRange(input.value.length+1,input.value.length+1)
-PASS input setSelectionRange(input.value.length+1,1)
-PASS input setSelectionRange(2,2)
-PASS input setSelectionRange(2,1)
-PASS input direction of setSelectionRange(0,1,"backward")
-PASS input direction of setSelectionRange(0,1,"forward")
-FAIL input direction of setSelectionRange(0,1,"none") assert_equals: The direction of the selection must be set to forward if direction is a case-sensitive match for the string "none" expected "none" but got "forward"
-FAIL input direction of setSelectionRange(0,1,"hoge") assert_equals: otherwise expected "none" but got "forward"
-FAIL input direction of setSelectionRange(0,1,"BACKWARD") assert_equals: selectionDirection should be 'none' expected "none" but got "forward"
-FAIL input direction of setSelectionRange(0,1) assert_equals: if the argument is omitted expected "none" but got "forward"
-PASS input setSelectionRange(1,-1)
-PASS input setSelectionRange(-1,1)
-PASS input setSelectionRange("string",1)
-PASS input setSelectionRange(true,1)
-PASS input setSelectionRange([],1)
-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
-PASS textarea setSelectionRange(0,1)
-PASS textarea setSelectionRange(0,textarea.value.length+1)
-PASS textarea setSelectionRange(2,2)
-PASS textarea setSelectionRange(2,1)
-PASS textarea direction of setSelectionRange(0,1,"backward")
-PASS textarea direction of setSelectionRange(0,1,"forward")
-FAIL textarea direction of setSelectionRange(0,1,"none") assert_equals: The direction of the selection must be set to forward if direction is a case-sensitive match for the string "none" expected "none" but got "forward"
-FAIL textarea direction of setSelectionRange(0,1,"hoge") assert_equals: otherwise expected "none" but got "forward"
-FAIL textarea direction of setSelectionRange(0,1,"BACKWARD") assert_equals: selectionDirection should be 'none' expected "none" but got "forward"
-FAIL textarea direction of setSelectionRange(0,1) assert_equals: if the argument is omitted expected "none" but got "forward"
-PASS textarea setSelectionRange("string",1)
-PASS textarea setSelectionRange(true,1)
-PASS textarea setSelectionRange([],1)
-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