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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-form-element/form-autocomplete-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 57 tests; 53 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 FAIL form autocomplete attribute missing assert_equals: expected "on" but got "" 3 FAIL form autocomplete attribute missing assert_equals: expected "on" but got ""
3 FAIL form autocomplete attribute on assert_equals: expected "on" but got "" 4 FAIL form autocomplete attribute on assert_equals: expected "on" but got ""
4 FAIL form autocomplete attribute off assert_equals: expected "off" but got "" 5 FAIL form autocomplete attribute off assert_equals: expected "off" but got ""
5 FAIL form autocomplete attribute invalid assert_equals: expected "on" but got "" 6 FAIL form autocomplete attribute invalid assert_equals: expected "on" but got ""
6 PASS name is an allowed autocomplete field name 7 PASS name is an allowed autocomplete field name
7 PASS honorific-prefix is an allowed autocomplete field name 8 PASS honorific-prefix is an allowed autocomplete field name
8 PASS given-name is an allowed autocomplete field name 9 PASS given-name is an allowed autocomplete field name
9 PASS additional-name is an allowed autocomplete field name 10 PASS additional-name is an allowed autocomplete field name
10 PASS family-name is an allowed autocomplete field name 11 PASS family-name is an allowed autocomplete field name
11 PASS honorific-suffix is an allowed autocomplete field name 12 PASS honorific-suffix is an allowed autocomplete field name
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 PASS tel-national is an allowed autocomplete field name 52 PASS tel-national is an allowed autocomplete field name
52 PASS tel-area-code is an allowed autocomplete field name 53 PASS tel-area-code is an allowed autocomplete field name
53 PASS tel-local is an allowed autocomplete field name 54 PASS tel-local is an allowed autocomplete field name
54 PASS tel-local-prefix is an allowed autocomplete field name 55 PASS tel-local-prefix is an allowed autocomplete field name
55 PASS tel-local-suffix is an allowed autocomplete field name 56 PASS tel-local-suffix is an allowed autocomplete field name
56 PASS tel-extension is an allowed autocomplete field name 57 PASS tel-extension is an allowed autocomplete field name
57 PASS email is an allowed autocomplete field name 58 PASS email is an allowed autocomplete field name
58 PASS impp is an allowed autocomplete field name 59 PASS impp is an allowed autocomplete field name
59 Harness: the test ran to completion. 60 Harness: the test ran to completion.
60 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698