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

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

Issue 2737273002: [DOM] Fix null namespace handling in Node.isDefaultNamespace(). (Closed)
Patch Set: Created 3 years, 9 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
(Empty)
1 This is a testharness.js-based test.
2 Found 58 tests; 54 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS DocumentFragment should have null namespace, prefix null
4 PASS DocumentFragment should have null namespace, prefix ""
5 PASS DocumentFragment should have null namespace, prefix "foo"
6 PASS DocumentFragment should have null namespace, prefix "xmlns"
7 FAIL DocumentFragment is in default namespace, prefix null assert_equals: expect ed true but got false
8 FAIL DocumentFragment is in default namespace, prefix "" assert_equals: expected true but got false
9 PASS DocumentFragment is in default namespace, prefix "foo"
10 PASS DocumentFragment is in default namespace, prefix "xmlns"
11 PASS Element should have null namespace, prefix null
12 PASS Element should have null namespace, prefix ""
13 PASS Element should not have namespace matching prefix with namespaceURI value
14 PASS Element should not have XMLNS namespace
15 PASS Element has namespace URI matching prefix
16 FAIL Empty namespace is not default, prefix null assert_equals: expected true bu t got false
17 FAIL Empty namespace is not default, prefix "" assert_equals: expected true but got false
18 PASS fooNamespace is not default
19 PASS xmlns namespace is not default
20 PASS Element should have baz namespace, prefix null
21 PASS Element should have baz namespace, prefix ""
22 PASS Element does not has namespace with xlmns prefix
23 PASS Element has bar namespace
24 PASS Empty namespace is not default on fooElem, prefix null
25 PASS Empty namespace is not default on fooElem, prefix ""
26 PASS bar namespace is not default
27 PASS baz namespace is default
28 PASS Comment should inherit baz namespace
29 PASS Comment should inherit baz namespace
30 PASS Comment should inherit namespace URI matching prefix
31 PASS Comment should inherit bar namespace
32 PASS For comment, empty namespace is not default, prefix null
33 PASS For comment, empty namespace is not default, prefix ""
34 PASS For comment, fooNamespace is not default
35 PASS For comment, xmlns namespace is not default
36 PASS For comment, inherited bar namespace is not default
37 PASS For comment, inherited baz namespace is default
38 PASS Child element should inherit baz namespace
39 PASS Child element should have null namespace
40 PASS Child element should not have XMLNS namespace
41 PASS Child element has namespace URI matching prefix
42 PASS Empty namespace is not default for child, prefix null
43 PASS Empty namespace is not default for child, prefix ""
44 PASS fooNamespace is not default for child
45 PASS xmlns namespace is not default for child
46 PASS bar namespace is not default for child
47 PASS baz namespace is default for child
48 PASS childNamespace is default for child
49 PASS Document should have xhtml namespace, prefix null
50 PASS Document should have xhtml namespace, prefix ""
51 PASS Document has no namespace URI matching prefix
52 PASS Document has bar namespace
53 PASS For document, empty namespace is not default, prefix null
54 PASS For document, empty namespace is not default, prefix ""
55 PASS For document, fooNamespace is not default
56 PASS For document, xmlns namespace is not default
57 PASS For document, bar namespace is not default
58 PASS For document, baz namespace is not default
59 PASS For document, xhtml namespace is default
60 PASS Comment does not have bar namespace
61 Harness: the test ran to completion.
62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698