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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/valueMode-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 FAIL value IDL attribute of input type hidden without value attribute assert_equ als: expected "" but got "foo"
3 FAIL value IDL attribute of input type hidden with value attribute assert_equals : expected "bar" but got "foo"
4 PASS value IDL attribute of input type text without value attribute
5 PASS value IDL attribute of input type text with value attribute
6 PASS value IDL attribute of input type search without value attribute
7 PASS value IDL attribute of input type search with value attribute
8 PASS value IDL attribute of input type tel without value attribute
9 PASS value IDL attribute of input type tel with value attribute
10 PASS value IDL attribute of input type url without value attribute
11 PASS value IDL attribute of input type url with value attribute
12 PASS value IDL attribute of input type email without value attribute
13 PASS value IDL attribute of input type email with value attribute
14 PASS value IDL attribute of input type password without value attribute
15 PASS value IDL attribute of input type password with value attribute
16 FAIL value IDL attribute of input type datetime without value attribute assert_e quals: expected "" but got "foo"
17 FAIL value IDL attribute of input type datetime with value attribute assert_equa ls: expected "" but got "foo"
18 PASS value IDL attribute of input type date without value attribute
19 PASS value IDL attribute of input type date with value attribute
20 PASS value IDL attribute of input type month without value attribute
21 PASS value IDL attribute of input type month with value attribute
22 PASS value IDL attribute of input type week without value attribute
23 PASS value IDL attribute of input type week with value attribute
24 PASS value IDL attribute of input type time without value attribute
25 PASS value IDL attribute of input type time with value attribute
26 PASS value IDL attribute of input type number without value attribute
27 PASS value IDL attribute of input type number with value attribute
28 PASS value IDL attribute of input type range without value attribute
29 PASS value IDL attribute of input type range with value attribute
30 PASS value IDL attribute of input type color without value attribute
31 PASS value IDL attribute of input type color with value attribute
32 FAIL value IDL attribute of input type checkbox without value attribute assert_e quals: expected "on" but got "foo"
33 FAIL value IDL attribute of input type checkbox with value attribute assert_equa ls: expected "bar" but got "foo"
34 FAIL value IDL attribute of input type radio without value attribute assert_equa ls: expected "on" but got "foo"
35 FAIL value IDL attribute of input type radio with value attribute assert_equals: expected "bar" but got "foo"
36 FAIL value IDL attribute of input type submit without value attribute assert_equ als: expected "" but got "foo"
37 FAIL value IDL attribute of input type submit with value attribute assert_equals : expected "bar" but got "foo"
38 FAIL value IDL attribute of input type image without value attribute assert_equa ls: expected "" but got "foo"
39 FAIL value IDL attribute of input type image with value attribute assert_equals: expected "bar" but got "foo"
40 FAIL value IDL attribute of input type reset without value attribute assert_equa ls: expected "" but got "foo"
41 FAIL value IDL attribute of input type reset with value attribute assert_equals: expected "bar" but got "foo"
42 FAIL value IDL attribute of input type button without value attribute assert_equ als: expected "" but got "foo"
43 FAIL value IDL attribute of input type button with value attribute assert_equals : expected "bar" but got "foo"
44 Harness: the test ran to completion.
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698