OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS The selection interface members | 2 PASS The selection interface members |
3 PASS Selection attributes should apply to type text | 3 PASS Selection attributes should apply to type text |
4 PASS Selection attributes should apply to type search | 4 PASS Selection attributes should apply to type search |
5 PASS Selection attributes should apply to type url | 5 PASS Selection attributes should apply to type url |
6 PASS Selection attributes should apply to type tel | 6 PASS Selection attributes should apply to type tel |
7 FAIL Selection attributes should apply to type email Failed to read the 'selecti
onStart' property from 'HTMLInputElement': The input element's type ('email') do
es not support selection. | |
8 PASS Selection attributes should apply to type password | 7 PASS Selection attributes should apply to type password |
9 FAIL Selection attributes should not apply to type hidden assert_throws: Should
throw with type hidden function "function () { input.select(); }" did not throw | 8 FAIL Selection attributes should not apply to type hidden assert_throws: Should
throw with type hidden function "function () { input.select(); }" did not throw |
10 FAIL Selection attributes should not apply to type datetime assert_equals: Input
type unsupported expected "datetime" but got "text" | 9 FAIL Selection attributes should not apply to type datetime assert_equals: Input
type unsupported expected "datetime" but got "text" |
11 FAIL Selection attributes should not apply to type date assert_throws: Should th
row with type date function "function () { input.select(); }" did not throw | 10 FAIL Selection attributes should not apply to type date assert_throws: Should th
row with type date function "function () { input.select(); }" did not throw |
12 FAIL Selection attributes should not apply to type month assert_throws: Should t
hrow with type month function "function () { input.select(); }" did not throw | 11 FAIL Selection attributes should not apply to type month assert_throws: Should t
hrow with type month function "function () { input.select(); }" did not throw |
13 FAIL Selection attributes should not apply to type week assert_throws: Should th
row with type week function "function () { input.select(); }" did not throw | 12 FAIL Selection attributes should not apply to type week assert_throws: Should th
row with type week function "function () { input.select(); }" did not throw |
14 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 | 13 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 |
15 FAIL Selection attributes should not apply to type number assert_throws: Should
throw with type number function "function () { input.select(); }" did not throw | 14 FAIL Selection attributes should not apply to type number assert_throws: Should
throw with type number function "function () { input.select(); }" did not throw |
16 FAIL Selection attributes should not apply to type range assert_throws: Should t
hrow with type range function "function () { input.select(); }" did not throw | 15 FAIL Selection attributes should not apply to type range assert_throws: Should t
hrow with type range function "function () { input.select(); }" did not throw |
17 FAIL Selection attributes should not apply to type color assert_throws: Should t
hrow with type color function "function () { input.select(); }" did not throw | 16 FAIL Selection attributes should not apply to type color assert_throws: Should t
hrow with type color function "function () { input.select(); }" did not throw |
18 FAIL Selection attributes should not apply to type checkbox assert_throws: Shoul
d throw with type checkbox function "function () { input.select(); }" did not th
row | 17 FAIL Selection attributes should not apply to type checkbox assert_throws: Shoul
d throw with type checkbox function "function () { input.select(); }" did not th
row |
19 FAIL Selection attributes should not apply to type radio assert_throws: Should t
hrow with type radio function "function () { input.select(); }" did not throw | 18 FAIL Selection attributes should not apply to type radio assert_throws: Should t
hrow with type radio function "function () { input.select(); }" did not throw |
20 FAIL Selection attributes should not apply to type button assert_throws: Should
throw with type button function "function () { input.select(); }" did not throw | 19 FAIL Selection attributes should not apply to type button assert_throws: Should
throw with type button function "function () { input.select(); }" did not throw |
21 FAIL Selection attributes should not apply to type file assert_throws: Should th
row with type file function "function () { input.select(); }" did not throw | 20 FAIL Selection attributes should not apply to type file assert_throws: Should th
row with type file function "function () { input.select(); }" did not throw |
| 21 FAIL Selection attributes should not apply to type email assert_throws: Should t
hrow with type email function "function () { input.select(); }" did not throw |
22 FAIL Selection attributes should not apply to type submit assert_throws: Should
throw with type submit function "function () { input.select(); }" did not throw | 22 FAIL Selection attributes should not apply to type submit assert_throws: Should
throw with type submit function "function () { input.select(); }" did not throw |
23 FAIL Selection attributes should not apply to type image assert_throws: Should t
hrow with type image function "function () { input.select(); }" did not throw | 23 FAIL Selection attributes should not apply to type image assert_throws: Should t
hrow with type image function "function () { input.select(); }" did not throw |
24 FAIL Selection attributes should not apply to type reset assert_throws: Should t
hrow with type reset function "function () { input.select(); }" did not throw | 24 FAIL Selection attributes should not apply to type reset assert_throws: Should t
hrow with type reset function "function () { input.select(); }" did not throw |
25 Harness: the test ran to completion. | 25 Harness: the test ran to completion. |
26 | 26 |
OLD | NEW |