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

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: 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 581 tests; 575 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 PASS Lower-case non-HTML element with a prefix 576 PASS Lower-case non-HTML element with a prefix
576 PASS Upper-case HTML element without a prefix 577 PASS Upper-case HTML element without a prefix
577 PASS Upper-case HTML element with a prefix 578 PASS Upper-case HTML element with a prefix
578 PASS Upper-case non-HTML element without a prefix 579 PASS Upper-case non-HTML element without a prefix
579 PASS Upper-case non-HTML element with a prefix 580 PASS Upper-case non-HTML element with a prefix
580 PASS null namespace 581 PASS null namespace
581 PASS undefined namespace 582 PASS undefined namespace
582 PASS empty string namespace 583 PASS empty string namespace
583 Harness: the test ran to completion. 584 Harness: the test ran to completion.
584 585
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698