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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-lookupNamespaceURI-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 58 tests; 50 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS DocumentFragment should have null namespace, prefix null 3 PASS DocumentFragment should have null namespace, prefix null
3 PASS DocumentFragment should have null namespace, prefix "" 4 PASS DocumentFragment should have null namespace, prefix ""
4 PASS DocumentFragment should have null namespace, prefix "foo" 5 PASS DocumentFragment should have null namespace, prefix "foo"
5 PASS DocumentFragment should have null namespace, prefix "xmlns" 6 PASS DocumentFragment should have null namespace, prefix "xmlns"
6 FAIL DocumentFragment is in default namespace, prefix null assert_equals: expect ed true but got false 7 FAIL DocumentFragment is in default namespace, prefix null assert_equals: expect ed true but got false
7 FAIL DocumentFragment is in default namespace, prefix "" assert_equals: expected true but got false 8 FAIL DocumentFragment is in default namespace, prefix "" assert_equals: expected true but got false
8 PASS DocumentFragment is in default namespace, prefix "foo" 9 PASS DocumentFragment is in default namespace, prefix "foo"
9 PASS DocumentFragment is in default namespace, prefix "xmlns" 10 PASS DocumentFragment is in default namespace, prefix "xmlns"
10 PASS Element should have null namespace, prefix null 11 PASS Element should have null namespace, prefix null
11 PASS Element should have null namespace, prefix "" 12 PASS Element should have null namespace, prefix ""
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 PASS For document, empty namespace is not default, prefix null 53 PASS For document, empty namespace is not default, prefix null
53 PASS For document, empty namespace is not default, prefix "" 54 PASS For document, empty namespace is not default, prefix ""
54 PASS For document, fooNamespace is not default 55 PASS For document, fooNamespace is not default
55 PASS For document, xmlns namespace is not default 56 PASS For document, xmlns namespace is not default
56 PASS For document, bar namespace is not default 57 PASS For document, bar namespace is not default
57 PASS For document, baz namespace is not default 58 PASS For document, baz namespace is not default
58 PASS For document, xhtml namespace is default 59 PASS For document, xhtml namespace is default
59 PASS Comment does not have bar namespace 60 PASS Comment does not have bar namespace
60 Harness: the test ran to completion. 61 Harness: the test ran to completion.
61 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698