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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update 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 590 tests; 584 PASS, 6 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS createElementNS test in HTML document: null,null,null 3 PASS createElementNS test in HTML document: null,null,null
3 PASS createElementNS test in XML document: null,null,null 4 PASS createElementNS test in XML document: null,null,null
4 PASS createElementNS test in XHTML document: null,null,null 5 PASS createElementNS test in XHTML document: null,null,null
5 PASS createElementNS test in HTML document: null,undefined,null 6 PASS createElementNS test in HTML document: null,undefined,null
6 PASS createElementNS test in XML document: null,undefined,null 7 PASS createElementNS test in XML document: null,undefined,null
7 PASS createElementNS test in XHTML document: null,undefined,null 8 PASS createElementNS test in XHTML document: null,undefined,null
8 PASS createElementNS test in HTML document: null,"foo",null 9 PASS createElementNS test in HTML document: null,"foo",null
9 PASS createElementNS test in XML document: null,"foo",null 10 PASS createElementNS test in XML document: null,"foo",null
10 PASS createElementNS test in XHTML document: null,"foo",null 11 PASS createElementNS test in XHTML document: null,"foo",null
11 PASS createElementNS test in HTML document: null,"1foo","INVALID_CHARACTER_ERR" 12 PASS createElementNS test in HTML document: null,"1foo","INVALID_CHARACTER_ERR"
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 PASS Lower-case non-HTML element with a prefix 585 PASS Lower-case non-HTML element with a prefix
585 PASS Upper-case HTML element without a prefix 586 PASS Upper-case HTML element without a prefix
586 PASS Upper-case HTML element with a prefix 587 PASS Upper-case HTML element with a prefix
587 PASS Upper-case non-HTML element without a prefix 588 PASS Upper-case non-HTML element without a prefix
588 PASS Upper-case non-HTML element with a prefix 589 PASS Upper-case non-HTML element with a prefix
589 PASS null namespace 590 PASS null namespace
590 PASS undefined namespace 591 PASS undefined namespace
591 PASS empty string namespace 592 PASS empty string namespace
592 Harness: the test ran to completion. 593 Harness: the test ran to completion.
593 594
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698