| Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..451cbc5d715bbf4dd5fc5d79ca16266a02884ae3
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt
|
| @@ -0,0 +1,26 @@
|
| +This is a testharness.js-based test.
|
| +PASS The selection interface members
|
| +PASS Selection attributes should apply to type text
|
| +PASS Selection attributes should apply to type search
|
| +PASS Selection attributes should apply to type url
|
| +PASS Selection attributes should apply to type tel
|
| +FAIL Selection attributes should apply to type email Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('email') does not support selection.
|
| +PASS Selection attributes should apply to type password
|
| +FAIL Selection attributes should not apply to type hidden assert_throws: Should throw with type hidden function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type datetime assert_equals: Input type unsupported expected "datetime" but got "text"
|
| +FAIL Selection attributes should not apply to type date assert_throws: Should throw with type date function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type month assert_throws: Should throw with type month function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type week assert_throws: Should throw with type week function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type datetime-local assert_throws: Should throw with type datetime-local function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type number assert_throws: Should throw with type number function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type range assert_throws: Should throw with type range function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type color assert_throws: Should throw with type color function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type checkbox assert_throws: Should throw with type checkbox function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type radio assert_throws: Should throw with type radio function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type button assert_throws: Should throw with type button function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type file assert_throws: Should throw with type file function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type submit assert_throws: Should throw with type submit function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type image assert_throws: Should throw with type image function "function () { input.select(); }" did not throw
|
| +FAIL Selection attributes should not apply to type reset assert_throws: Should throw with type reset function "function () { input.select(); }" did not throw
|
| +Harness: the test ran to completion.
|
| +
|
|
|