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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setRangeText-expected.txt

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/imported/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setRangeText-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setRangeText-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setRangeText-expected.txt
deleted file mode 100644
index 0e272187d06d1a975198b0304b030705597bd68b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setRangeText-expected.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-This is a testharness.js-based test.
-PASS text setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments
-PASS text selectionMode missing
-PASS text selectionMode 'select'
-PASS text selectionMode 'start'
-PASS text selectionMode 'end'
-PASS text selectionMode 'preserve'
-PASS text setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception
-PASS text setRangeText without argument throws a type error
-FAIL text setRangeText fires a select event assert_false: event bubbles expected false got true
-PASS search setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments
-PASS search selectionMode missing
-PASS search selectionMode 'select'
-PASS search selectionMode 'start'
-PASS search selectionMode 'end'
-PASS search selectionMode 'preserve'
-PASS search setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception
-PASS search setRangeText without argument throws a type error
-FAIL search setRangeText fires a select event assert_false: event bubbles expected false got true
-PASS tel setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments
-PASS tel selectionMode missing
-PASS tel selectionMode 'select'
-PASS tel selectionMode 'start'
-PASS tel selectionMode 'end'
-PASS tel selectionMode 'preserve'
-PASS tel setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception
-PASS tel setRangeText without argument throws a type error
-FAIL tel setRangeText fires a select event assert_false: event bubbles expected false got true
-PASS url setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments
-PASS url selectionMode missing
-PASS url selectionMode 'select'
-PASS url selectionMode 'start'
-PASS url selectionMode 'end'
-PASS url selectionMode 'preserve'
-PASS url setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception
-PASS url setRangeText without argument throws a type error
-FAIL url setRangeText fires a select event assert_false: event bubbles expected false got true
-PASS password setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments
-PASS password selectionMode missing
-PASS password selectionMode 'select'
-PASS password selectionMode 'start'
-PASS password selectionMode 'end'
-PASS password selectionMode 'preserve'
-PASS password setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception
-PASS password setRangeText without argument throws a type error
-FAIL password setRangeText fires a select event assert_false: event bubbles expected false got true
-PASS display_none setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments
-PASS display_none selectionMode missing
-PASS display_none selectionMode 'select'
-PASS display_none selectionMode 'start'
-PASS display_none selectionMode 'end'
-PASS display_none selectionMode 'preserve'
-PASS display_none setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception
-PASS display_none setRangeText without argument throws a type error
-FAIL display_none setRangeText fires a select event assert_false: event bubbles expected false got true
-PASS textarea setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments
-PASS textarea selectionMode missing
-PASS textarea selectionMode 'select'
-PASS textarea selectionMode 'start'
-PASS textarea selectionMode 'end'
-PASS textarea selectionMode 'preserve'
-PASS textarea setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception
-PASS textarea setRangeText without argument throws a type error
-FAIL textarea setRangeText fires a select event assert_false: event bubbles expected false got true
-PASS input_not_in_doc setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments
-PASS input_not_in_doc selectionMode missing
-PASS input_not_in_doc selectionMode 'select'
-PASS input_not_in_doc selectionMode 'start'
-PASS input_not_in_doc selectionMode 'end'
-PASS input_not_in_doc selectionMode 'preserve'
-PASS input_not_in_doc setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception
-PASS input_not_in_doc setRangeText without argument throws a type error
-FAIL input_not_in_doc setRangeText fires a select event assert_false: event bubbles expected false got true
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698