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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS The selection interface members
3 PASS Selection attributes should apply to type text
4 PASS Selection attributes should apply to type search
5 PASS Selection attributes should apply to type url
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
9 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"
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
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
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
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
15 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
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
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
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
20 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
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
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.
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698