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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Node-lookupNamespaceURI-expected.txt

Issue 1529523002: Import dom/ from web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak W3CImportExpectations Created 5 years 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 PASS DocumentFragment should have null namespace, prefix null
3 PASS DocumentFragment should have null namespace, prefix ""
4 PASS DocumentFragment should have null namespace, prefix "foo"
5 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 "" assert_equals: expected true but got false
8 PASS DocumentFragment is in default namespace, prefix "foo"
9 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 ""
12 PASS Element should not have namespace matching prefix with namespaceURI value
13 PASS Element should not have XMLNS namespace
14 PASS Element has namespace URI matching prefix
15 FAIL Empty namespace is not default, prefix null assert_equals: expected true bu t got false
16 FAIL Empty namespace is not default, prefix "" assert_equals: expected true but got false
17 PASS fooNamespace is not default
18 PASS xmlns namespace is not default
19 PASS Element should have baz namespace, prefix null
20 FAIL Element should have baz namespace, prefix "" assert_equals: expected (strin g) "bazURI" but got (object) null
21 PASS Element does not has namespace with xlmns prefix
22 PASS Element has bar namespace
23 PASS Empty namespace is not default on fooElem, prefix null
24 PASS Empty namespace is not default on fooElem, prefix ""
25 PASS bar namespace is not default
26 PASS baz namespace is default
27 PASS Comment should inherit baz namespace
28 FAIL Comment should inherit baz namespace assert_equals: expected (string) "baz URI" but got (object) null
29 PASS Comment should inherit namespace URI matching prefix
30 PASS Comment should inherit bar namespace
31 PASS For comment, empty namespace is not default, prefix null
32 PASS For comment, empty namespace is not default, prefix ""
33 PASS For comment, fooNamespace is not default
34 PASS For comment, xmlns namespace is not default
35 PASS For comment, inherited bar namespace is not default
36 PASS For comment, inherited baz namespace is default
37 PASS Child element should inherit baz namespace
38 FAIL Child element should have null namespace assert_equals: expected (string) " childNamespace" but got (object) null
39 PASS Child element should not have XMLNS namespace
40 PASS Child element has namespace URI matching prefix
41 PASS Empty namespace is not default for child, prefix null
42 PASS Empty namespace is not default for child, prefix ""
43 PASS fooNamespace is not default for child
44 PASS xmlns namespace is not default for child
45 PASS bar namespace is not default for child
46 PASS baz namespace is default for child
47 PASS childNamespace is default for child
48 PASS Document should have xhtml namespace, prefix null
49 FAIL Document should have xhtml namespace, prefix "" assert_equals: expected (st ring) "http://www.w3.org/1999/xhtml" but got (object) null
50 PASS Document has no namespace URI matching prefix
51 PASS Document has bar namespace
52 PASS For document, empty namespace is not default, prefix null
53 PASS For document, empty namespace is not default, prefix ""
54 PASS For document, fooNamespace is not default
55 PASS For document, xmlns namespace is not default
56 PASS For document, bar namespace is not default
57 PASS For document, baz namespace is not default
58 PASS For document, xhtml namespace is default
59 PASS Comment does not have bar namespace
60 Harness: the test ran to completion.
61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698