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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-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 94 tests; 92 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS [INPUT in TEXT status] The required attribute is not set 3 PASS [INPUT in TEXT status] The required attribute is not set
3 PASS [INPUT in TEXT status] The value is not empty and required is true 4 PASS [INPUT in TEXT status] The value is not empty and required is true
4 PASS [INPUT in TEXT status] The value is empty and required is true 5 PASS [INPUT in TEXT status] The value is empty and required is true
5 PASS [INPUT in SEARCH status] The required attribute is not set 6 PASS [INPUT in SEARCH status] The required attribute is not set
6 PASS [INPUT in SEARCH status] The value is not empty and required is true 7 PASS [INPUT in SEARCH status] The value is not empty and required is true
7 PASS [INPUT in SEARCH status] The value is empty and required is true 8 PASS [INPUT in SEARCH status] The value is empty and required is true
8 PASS [INPUT in TEL status] The required attribute is not set 9 PASS [INPUT in TEL status] The required attribute is not set
9 PASS [INPUT in TEL status] The value is not empty and required is true 10 PASS [INPUT in TEL status] The value is not empty and required is true
10 PASS [INPUT in TEL status] The value is empty and required is true 11 PASS [INPUT in TEL status] The value is empty and required is true
11 PASS [INPUT in URL status] The required attribute is not set 12 PASS [INPUT in URL status] The required attribute is not set
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 PASS [INPUT in FILE status] The required attribute is not set 89 PASS [INPUT in FILE status] The required attribute is not set
89 PASS [INPUT in FILE status] The Files attribute is null 90 PASS [INPUT in FILE status] The Files attribute is null
90 PASS [select] The required attribute is not set 91 PASS [select] The required attribute is not set
91 PASS [select] Selected the option with value equals to 1 92 PASS [select] Selected the option with value equals to 1
92 PASS [select] Selected the option with value equals to empty 93 PASS [select] Selected the option with value equals to empty
93 PASS [textarea] The required attribute is not set 94 PASS [textarea] The required attribute is not set
94 PASS [textarea] The value is not empty 95 PASS [textarea] The value is not empty
95 PASS [textarea] The value is empty 96 PASS [textarea] The value is empty
96 Harness: the test ran to completion. 97 Harness: the test ran to completion.
97 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698