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

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

Issue 2768373005: Set default document urls to 'about:blank'. (Closed)
Patch Set: Created 3 years, 8 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 391 tests; 299 PASS, 92 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 391 tests; 389 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) 3 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype)
4 PASS createDocument test: null,null,null,null 4 PASS createDocument test: null,null,null,null
5 FAIL createDocument test: metadata for null,null,null assert_equals: expected "a bout:blank" but got "" 5 PASS createDocument test: metadata for null,null,null
6 PASS createDocument test: characterSet aliases for null,null,null 6 PASS createDocument test: characterSet aliases for null,null,null
7 PASS createDocument test: null,undefined,null,null 7 PASS createDocument test: null,undefined,null,null
8 FAIL createDocument test: metadata for null,undefined,null assert_equals: expect ed "about:blank" but got "" 8 PASS createDocument test: metadata for null,undefined,null
9 PASS createDocument test: characterSet aliases for null,undefined,null 9 PASS createDocument test: characterSet aliases for null,undefined,null
10 PASS createDocument test: null,"foo",null,null 10 PASS createDocument test: null,"foo",null,null
11 FAIL createDocument test: metadata for null,"foo",null assert_equals: expected " about:blank" but got "" 11 PASS createDocument test: metadata for null,"foo",null
12 PASS createDocument test: characterSet aliases for null,"foo",null 12 PASS createDocument test: characterSet aliases for null,"foo",null
13 PASS createDocument test: null,"1foo",null,"INVALID_CHARACTER_ERR" 13 PASS createDocument test: null,"1foo",null,"INVALID_CHARACTER_ERR"
14 PASS createDocument test: null,"f1oo",null,null 14 PASS createDocument test: null,"f1oo",null,null
15 FAIL createDocument test: metadata for null,"f1oo",null assert_equals: expected "about:blank" but got "" 15 PASS createDocument test: metadata for null,"f1oo",null
16 PASS createDocument test: characterSet aliases for null,"f1oo",null 16 PASS createDocument test: characterSet aliases for null,"f1oo",null
17 PASS createDocument test: null,"foo1",null,null 17 PASS createDocument test: null,"foo1",null,null
18 FAIL createDocument test: metadata for null,"foo1",null assert_equals: expected "about:blank" but got "" 18 PASS createDocument test: metadata for null,"foo1",null
19 PASS createDocument test: characterSet aliases for null,"foo1",null 19 PASS createDocument test: characterSet aliases for null,"foo1",null
20 PASS createDocument test: null,"ெfoo",null,"INVALID_CHARACTER_ERR" 20 PASS createDocument test: null,"ெfoo",null,"INVALID_CHARACTER_ERR"
21 PASS createDocument test: null,"}foo",null,"INVALID_CHARACTER_ERR" 21 PASS createDocument test: null,"}foo",null,"INVALID_CHARACTER_ERR"
22 PASS createDocument test: null,"f}oo",null,"INVALID_CHARACTER_ERR" 22 PASS createDocument test: null,"f}oo",null,"INVALID_CHARACTER_ERR"
23 PASS createDocument test: null,"foo}",null,"INVALID_CHARACTER_ERR" 23 PASS createDocument test: null,"foo}",null,"INVALID_CHARACTER_ERR"
24 PASS createDocument test: null,"\ufffffoo",null,"INVALID_CHARACTER_ERR" 24 PASS createDocument test: null,"\ufffffoo",null,"INVALID_CHARACTER_ERR"
25 PASS createDocument test: null,"f\uffffoo",null,"INVALID_CHARACTER_ERR" 25 PASS createDocument test: null,"f\uffffoo",null,"INVALID_CHARACTER_ERR"
26 PASS createDocument test: null,"foo\uffff",null,"INVALID_CHARACTER_ERR" 26 PASS createDocument test: null,"foo\uffff",null,"INVALID_CHARACTER_ERR"
27 PASS createDocument test: null,"<foo",null,"INVALID_CHARACTER_ERR" 27 PASS createDocument test: null,"<foo",null,"INVALID_CHARACTER_ERR"
28 PASS createDocument test: null,"foo>",null,"INVALID_CHARACTER_ERR" 28 PASS createDocument test: null,"foo>",null,"INVALID_CHARACTER_ERR"
29 PASS createDocument test: null,"<foo>",null,"INVALID_CHARACTER_ERR" 29 PASS createDocument test: null,"<foo>",null,"INVALID_CHARACTER_ERR"
30 PASS createDocument test: null,"f<oo",null,"INVALID_CHARACTER_ERR" 30 PASS createDocument test: null,"f<oo",null,"INVALID_CHARACTER_ERR"
31 PASS createDocument test: null,"^^",null,"INVALID_CHARACTER_ERR" 31 PASS createDocument test: null,"^^",null,"INVALID_CHARACTER_ERR"
32 PASS createDocument test: null,"fo o",null,"INVALID_CHARACTER_ERR" 32 PASS createDocument test: null,"fo o",null,"INVALID_CHARACTER_ERR"
33 PASS createDocument test: null,"-foo",null,"INVALID_CHARACTER_ERR" 33 PASS createDocument test: null,"-foo",null,"INVALID_CHARACTER_ERR"
34 PASS createDocument test: null,".foo",null,"INVALID_CHARACTER_ERR" 34 PASS createDocument test: null,".foo",null,"INVALID_CHARACTER_ERR"
35 PASS createDocument test: null,":foo",null,"NAMESPACE_ERR" 35 PASS createDocument test: null,":foo",null,"NAMESPACE_ERR"
36 PASS createDocument test: null,"f:oo",null,"NAMESPACE_ERR" 36 PASS createDocument test: null,"f:oo",null,"NAMESPACE_ERR"
37 PASS createDocument test: null,"foo:",null,"NAMESPACE_ERR" 37 PASS createDocument test: null,"foo:",null,"NAMESPACE_ERR"
38 PASS createDocument test: null,"f:o:o",null,"NAMESPACE_ERR" 38 PASS createDocument test: null,"f:o:o",null,"NAMESPACE_ERR"
39 PASS createDocument test: null,":",null,"NAMESPACE_ERR" 39 PASS createDocument test: null,":",null,"NAMESPACE_ERR"
40 PASS createDocument test: null,"xml",null,null 40 PASS createDocument test: null,"xml",null,null
41 FAIL createDocument test: metadata for null,"xml",null assert_equals: expected " about:blank" but got "" 41 PASS createDocument test: metadata for null,"xml",null
42 PASS createDocument test: characterSet aliases for null,"xml",null 42 PASS createDocument test: characterSet aliases for null,"xml",null
43 PASS createDocument test: null,"xmlns",null,"NAMESPACE_ERR" 43 PASS createDocument test: null,"xmlns",null,"NAMESPACE_ERR"
44 PASS createDocument test: null,"xmlfoo",null,null 44 PASS createDocument test: null,"xmlfoo",null,null
45 FAIL createDocument test: metadata for null,"xmlfoo",null assert_equals: expecte d "about:blank" but got "" 45 PASS createDocument test: metadata for null,"xmlfoo",null
46 PASS createDocument test: characterSet aliases for null,"xmlfoo",null 46 PASS createDocument test: characterSet aliases for null,"xmlfoo",null
47 PASS createDocument test: null,"xml:foo",null,"NAMESPACE_ERR" 47 PASS createDocument test: null,"xml:foo",null,"NAMESPACE_ERR"
48 PASS createDocument test: null,"xmlns:foo",null,"NAMESPACE_ERR" 48 PASS createDocument test: null,"xmlns:foo",null,"NAMESPACE_ERR"
49 PASS createDocument test: null,"xmlfoo:bar",null,"NAMESPACE_ERR" 49 PASS createDocument test: null,"xmlfoo:bar",null,"NAMESPACE_ERR"
50 PASS createDocument test: null,"null:xml",null,"NAMESPACE_ERR" 50 PASS createDocument test: null,"null:xml",null,"NAMESPACE_ERR"
51 PASS createDocument test: "",null,null,null 51 PASS createDocument test: "",null,null,null
52 FAIL createDocument test: metadata for "",null,null assert_equals: expected "abo ut:blank" but got "" 52 PASS createDocument test: metadata for "",null,null
53 PASS createDocument test: characterSet aliases for "",null,null 53 PASS createDocument test: characterSet aliases for "",null,null
54 PASS createDocument test: "",":foo",null,"NAMESPACE_ERR" 54 PASS createDocument test: "",":foo",null,"NAMESPACE_ERR"
55 PASS createDocument test: "","f:oo",null,"NAMESPACE_ERR" 55 PASS createDocument test: "","f:oo",null,"NAMESPACE_ERR"
56 PASS createDocument test: "","foo:",null,"NAMESPACE_ERR" 56 PASS createDocument test: "","foo:",null,"NAMESPACE_ERR"
57 PASS createDocument test: undefined,null,null,null 57 PASS createDocument test: undefined,null,null,null
58 FAIL createDocument test: metadata for undefined,null,null assert_equals: expect ed "about:blank" but got "" 58 PASS createDocument test: metadata for undefined,null,null
59 PASS createDocument test: characterSet aliases for undefined,null,null 59 PASS createDocument test: characterSet aliases for undefined,null,null
60 PASS createDocument test: undefined,undefined,null,null 60 PASS createDocument test: undefined,undefined,null,null
61 FAIL createDocument test: metadata for undefined,undefined,null assert_equals: e xpected "about:blank" but got "" 61 PASS createDocument test: metadata for undefined,undefined,null
62 PASS createDocument test: characterSet aliases for undefined,undefined,null 62 PASS createDocument test: characterSet aliases for undefined,undefined,null
63 PASS createDocument test: undefined,"foo",null,null 63 PASS createDocument test: undefined,"foo",null,null
64 FAIL createDocument test: metadata for undefined,"foo",null assert_equals: expec ted "about:blank" but got "" 64 PASS createDocument test: metadata for undefined,"foo",null
65 PASS createDocument test: characterSet aliases for undefined,"foo",null 65 PASS createDocument test: characterSet aliases for undefined,"foo",null
66 PASS createDocument test: undefined,"1foo",null,"INVALID_CHARACTER_ERR" 66 PASS createDocument test: undefined,"1foo",null,"INVALID_CHARACTER_ERR"
67 PASS createDocument test: undefined,"f1oo",null,null 67 PASS createDocument test: undefined,"f1oo",null,null
68 FAIL createDocument test: metadata for undefined,"f1oo",null assert_equals: expe cted "about:blank" but got "" 68 PASS createDocument test: metadata for undefined,"f1oo",null
69 PASS createDocument test: characterSet aliases for undefined,"f1oo",null 69 PASS createDocument test: characterSet aliases for undefined,"f1oo",null
70 PASS createDocument test: undefined,"foo1",null,null 70 PASS createDocument test: undefined,"foo1",null,null
71 FAIL createDocument test: metadata for undefined,"foo1",null assert_equals: expe cted "about:blank" but got "" 71 PASS createDocument test: metadata for undefined,"foo1",null
72 PASS createDocument test: characterSet aliases for undefined,"foo1",null 72 PASS createDocument test: characterSet aliases for undefined,"foo1",null
73 PASS createDocument test: undefined,":foo",null,"NAMESPACE_ERR" 73 PASS createDocument test: undefined,":foo",null,"NAMESPACE_ERR"
74 PASS createDocument test: undefined,"f:oo",null,"NAMESPACE_ERR" 74 PASS createDocument test: undefined,"f:oo",null,"NAMESPACE_ERR"
75 PASS createDocument test: undefined,"foo:",null,"NAMESPACE_ERR" 75 PASS createDocument test: undefined,"foo:",null,"NAMESPACE_ERR"
76 PASS createDocument test: undefined,"f::oo",null,"NAMESPACE_ERR" 76 PASS createDocument test: undefined,"f::oo",null,"NAMESPACE_ERR"
77 PASS createDocument test: undefined,"xml",null,null 77 PASS createDocument test: undefined,"xml",null,null
78 FAIL createDocument test: metadata for undefined,"xml",null assert_equals: expec ted "about:blank" but got "" 78 PASS createDocument test: metadata for undefined,"xml",null
79 PASS createDocument test: characterSet aliases for undefined,"xml",null 79 PASS createDocument test: characterSet aliases for undefined,"xml",null
80 PASS createDocument test: undefined,"xmlns",null,"NAMESPACE_ERR" 80 PASS createDocument test: undefined,"xmlns",null,"NAMESPACE_ERR"
81 PASS createDocument test: undefined,"xmlfoo",null,null 81 PASS createDocument test: undefined,"xmlfoo",null,null
82 FAIL createDocument test: metadata for undefined,"xmlfoo",null assert_equals: ex pected "about:blank" but got "" 82 PASS createDocument test: metadata for undefined,"xmlfoo",null
83 PASS createDocument test: characterSet aliases for undefined,"xmlfoo",null 83 PASS createDocument test: characterSet aliases for undefined,"xmlfoo",null
84 PASS createDocument test: undefined,"xml:foo",null,"NAMESPACE_ERR" 84 PASS createDocument test: undefined,"xml:foo",null,"NAMESPACE_ERR"
85 PASS createDocument test: undefined,"xmlns:foo",null,"NAMESPACE_ERR" 85 PASS createDocument test: undefined,"xmlns:foo",null,"NAMESPACE_ERR"
86 PASS createDocument test: undefined,"xmlfoo:bar",null,"NAMESPACE_ERR" 86 PASS createDocument test: undefined,"xmlfoo:bar",null,"NAMESPACE_ERR"
87 PASS createDocument test: "http://example.com/","foo",null,null 87 PASS createDocument test: "http://example.com/","foo",null,null
88 FAIL createDocument test: metadata for "http://example.com/","foo",null assert_e quals: expected "about:blank" but got "" 88 PASS createDocument test: metadata for "http://example.com/","foo",null
89 PASS createDocument test: characterSet aliases for "http://example.com/","foo",n ull 89 PASS createDocument test: characterSet aliases for "http://example.com/","foo",n ull
90 PASS createDocument test: "http://example.com/","1foo",null,"INVALID_CHARACTER_E RR" 90 PASS createDocument test: "http://example.com/","1foo",null,"INVALID_CHARACTER_E RR"
91 PASS createDocument test: "http://example.com/","<foo>",null,"INVALID_CHARACTER_ ERR" 91 PASS createDocument test: "http://example.com/","<foo>",null,"INVALID_CHARACTER_ ERR"
92 PASS createDocument test: "http://example.com/","fo<o",null,"INVALID_CHARACTER_E RR" 92 PASS createDocument test: "http://example.com/","fo<o",null,"INVALID_CHARACTER_E RR"
93 PASS createDocument test: "http://example.com/","-foo",null,"INVALID_CHARACTER_E RR" 93 PASS createDocument test: "http://example.com/","-foo",null,"INVALID_CHARACTER_E RR"
94 PASS createDocument test: "http://example.com/",".foo",null,"INVALID_CHARACTER_E RR" 94 PASS createDocument test: "http://example.com/",".foo",null,"INVALID_CHARACTER_E RR"
95 PASS createDocument test: "http://example.com/","f1oo",null,null 95 PASS createDocument test: "http://example.com/","f1oo",null,null
96 FAIL createDocument test: metadata for "http://example.com/","f1oo",null assert_ equals: expected "about:blank" but got "" 96 PASS createDocument test: metadata for "http://example.com/","f1oo",null
97 PASS createDocument test: characterSet aliases for "http://example.com/","f1oo", null 97 PASS createDocument test: characterSet aliases for "http://example.com/","f1oo", null
98 PASS createDocument test: "http://example.com/","foo1",null,null 98 PASS createDocument test: "http://example.com/","foo1",null,null
99 FAIL createDocument test: metadata for "http://example.com/","foo1",null assert_ equals: expected "about:blank" but got "" 99 PASS createDocument test: metadata for "http://example.com/","foo1",null
100 PASS createDocument test: characterSet aliases for "http://example.com/","foo1", null 100 PASS createDocument test: characterSet aliases for "http://example.com/","foo1", null
101 PASS createDocument test: "http://example.com/",":foo",null,"NAMESPACE_ERR" 101 PASS createDocument test: "http://example.com/",":foo",null,"NAMESPACE_ERR"
102 PASS createDocument test: "http://example.com/","f:oo",null,null 102 PASS createDocument test: "http://example.com/","f:oo",null,null
103 FAIL createDocument test: metadata for "http://example.com/","f:oo",null assert_ equals: expected "about:blank" but got "" 103 PASS createDocument test: metadata for "http://example.com/","f:oo",null
104 PASS createDocument test: characterSet aliases for "http://example.com/","f:oo", null 104 PASS createDocument test: characterSet aliases for "http://example.com/","f:oo", null
105 PASS createDocument test: "http://example.com/","f:o:o",null,"NAMESPACE_ERR" 105 PASS createDocument test: "http://example.com/","f:o:o",null,"NAMESPACE_ERR"
106 PASS createDocument test: "http://example.com/","foo:",null,"NAMESPACE_ERR" 106 PASS createDocument test: "http://example.com/","foo:",null,"NAMESPACE_ERR"
107 PASS createDocument test: "http://example.com/","f::oo",null,"NAMESPACE_ERR" 107 PASS createDocument test: "http://example.com/","f::oo",null,"NAMESPACE_ERR"
108 FAIL createDocument test: "http://example.com/","a:0",null,"NAMESPACE_ERR" asser t_throws: function "function () { document.implementation.createDocument(namespa ce, qualifiedName, doctype) }" threw object "InvalidCharacterError: Failed to ex ecute 'createDocument' on 'DOMImplementation': The qualified name provided ('a:0 ') contains the invalid name-start character '0'." that is not a DOMException NA MESPACE_ERR: property "code" is equal to 5, expected 14 108 FAIL createDocument test: "http://example.com/","a:0",null,"NAMESPACE_ERR" asser t_throws: function "function () { document.implementation.createDocument(namespa ce, qualifiedName, doctype) }" threw object "InvalidCharacterError: Failed to ex ecute 'createDocument' on 'DOMImplementation': The qualified name provided ('a:0 ') contains the invalid name-start character '0'." that is not a DOMException NA MESPACE_ERR: property "code" is equal to 5, expected 14
109 PASS createDocument test: "http://example.com/","0:a",null,"INVALID_CHARACTER_ER R" 109 PASS createDocument test: "http://example.com/","0:a",null,"INVALID_CHARACTER_ER R"
110 PASS createDocument test: "http://example.com/","a:_",null,null 110 PASS createDocument test: "http://example.com/","a:_",null,null
111 FAIL createDocument test: metadata for "http://example.com/","a:_",null assert_e quals: expected "about:blank" but got "" 111 PASS createDocument test: metadata for "http://example.com/","a:_",null
112 PASS createDocument test: characterSet aliases for "http://example.com/","a:_",n ull 112 PASS createDocument test: characterSet aliases for "http://example.com/","a:_",n ull
113 FAIL createDocument test: "http://example.com/","a:ெ",null,"NAMESPACE_ERR" asser t_throws: function "function () { document.implementation.createDocument(namespa ce, qualifiedName, doctype) }" threw object "InvalidCharacterError: Failed to ex ecute 'createDocument' on 'DOMImplementation': The qualified name provided ('a:ெ ') contains the invalid name-start character 'ெ'." that is not a DOMException NA MESPACE_ERR: property "code" is equal to 5, expected 14 113 FAIL createDocument test: "http://example.com/","a:ெ",null,"NAMESPACE_ERR" asser t_throws: function "function () { document.implementation.createDocument(namespa ce, qualifiedName, doctype) }" threw object "InvalidCharacterError: Failed to ex ecute 'createDocument' on 'DOMImplementation': The qualified name provided ('a:ெ ') contains the invalid name-start character 'ெ'." that is not a DOMException NA MESPACE_ERR: property "code" is equal to 5, expected 14
114 PASS createDocument test: "http://example.com/","ெ:a",null,"INVALID_CHARACTER_ER R" 114 PASS createDocument test: "http://example.com/","ெ:a",null,"INVALID_CHARACTER_ER R"
115 PASS createDocument test: "http://example.com/","a:aெ",null,null 115 PASS createDocument test: "http://example.com/","a:aெ",null,null
116 FAIL createDocument test: metadata for "http://example.com/","a:aெ",null assert_ equals: expected "about:blank" but got "" 116 PASS createDocument test: metadata for "http://example.com/","a:aெ",null
117 PASS createDocument test: characterSet aliases for "http://example.com/","a:aெ", null 117 PASS createDocument test: characterSet aliases for "http://example.com/","a:aெ", null
118 PASS createDocument test: "http://example.com/","aெ:a",null,null 118 PASS createDocument test: "http://example.com/","aெ:a",null,null
119 FAIL createDocument test: metadata for "http://example.com/","aெ:a",null assert_ equals: expected "about:blank" but got "" 119 PASS createDocument test: metadata for "http://example.com/","aெ:a",null
120 PASS createDocument test: characterSet aliases for "http://example.com/","aெ:a", null 120 PASS createDocument test: characterSet aliases for "http://example.com/","aெ:a", null
121 PASS createDocument test: "http://example.com/","xml:test",null,"NAMESPACE_ERR" 121 PASS createDocument test: "http://example.com/","xml:test",null,"NAMESPACE_ERR"
122 PASS createDocument test: "http://example.com/","xmlns:test",null,"NAMESPACE_ERR " 122 PASS createDocument test: "http://example.com/","xmlns:test",null,"NAMESPACE_ERR "
123 PASS createDocument test: "http://example.com/","test:xmlns",null,null 123 PASS createDocument test: "http://example.com/","test:xmlns",null,null
124 FAIL createDocument test: metadata for "http://example.com/","test:xmlns",null a ssert_equals: expected "about:blank" but got "" 124 PASS createDocument test: metadata for "http://example.com/","test:xmlns",null
125 PASS createDocument test: characterSet aliases for "http://example.com/","test:x mlns",null 125 PASS createDocument test: characterSet aliases for "http://example.com/","test:x mlns",null
126 PASS createDocument test: "http://example.com/","xmlns",null,"NAMESPACE_ERR" 126 PASS createDocument test: "http://example.com/","xmlns",null,"NAMESPACE_ERR"
127 PASS createDocument test: "http://example.com/","_:_",null,null 127 PASS createDocument test: "http://example.com/","_:_",null,null
128 FAIL createDocument test: metadata for "http://example.com/","_:_",null assert_e quals: expected "about:blank" but got "" 128 PASS createDocument test: metadata for "http://example.com/","_:_",null
129 PASS createDocument test: characterSet aliases for "http://example.com/","_:_",n ull 129 PASS createDocument test: characterSet aliases for "http://example.com/","_:_",n ull
130 PASS createDocument test: "http://example.com/","_:h0",null,null 130 PASS createDocument test: "http://example.com/","_:h0",null,null
131 FAIL createDocument test: metadata for "http://example.com/","_:h0",null assert_ equals: expected "about:blank" but got "" 131 PASS createDocument test: metadata for "http://example.com/","_:h0",null
132 PASS createDocument test: characterSet aliases for "http://example.com/","_:h0", null 132 PASS createDocument test: characterSet aliases for "http://example.com/","_:h0", null
133 PASS createDocument test: "http://example.com/","_:test",null,null 133 PASS createDocument test: "http://example.com/","_:test",null,null
134 FAIL createDocument test: metadata for "http://example.com/","_:test",null asser t_equals: expected "about:blank" but got "" 134 PASS createDocument test: metadata for "http://example.com/","_:test",null
135 PASS createDocument test: characterSet aliases for "http://example.com/","_:test ",null 135 PASS createDocument test: characterSet aliases for "http://example.com/","_:test ",null
136 PASS createDocument test: "http://example.com/","l_:_",null,null 136 PASS createDocument test: "http://example.com/","l_:_",null,null
137 FAIL createDocument test: metadata for "http://example.com/","l_:_",null assert_ equals: expected "about:blank" but got "" 137 PASS createDocument test: metadata for "http://example.com/","l_:_",null
138 PASS createDocument test: characterSet aliases for "http://example.com/","l_:_", null 138 PASS createDocument test: characterSet aliases for "http://example.com/","l_:_", null
139 PASS createDocument test: "http://example.com/","ns:_0",null,null 139 PASS createDocument test: "http://example.com/","ns:_0",null,null
140 FAIL createDocument test: metadata for "http://example.com/","ns:_0",null assert _equals: expected "about:blank" but got "" 140 PASS createDocument test: metadata for "http://example.com/","ns:_0",null
141 PASS createDocument test: characterSet aliases for "http://example.com/","ns:_0" ,null 141 PASS createDocument test: characterSet aliases for "http://example.com/","ns:_0" ,null
142 PASS createDocument test: "http://example.com/","ns:a0",null,null 142 PASS createDocument test: "http://example.com/","ns:a0",null,null
143 FAIL createDocument test: metadata for "http://example.com/","ns:a0",null assert _equals: expected "about:blank" but got "" 143 PASS createDocument test: metadata for "http://example.com/","ns:a0",null
144 PASS createDocument test: characterSet aliases for "http://example.com/","ns:a0" ,null 144 PASS createDocument test: characterSet aliases for "http://example.com/","ns:a0" ,null
145 PASS createDocument test: "http://example.com/","ns0:test",null,null 145 PASS createDocument test: "http://example.com/","ns0:test",null,null
146 FAIL createDocument test: metadata for "http://example.com/","ns0:test",null ass ert_equals: expected "about:blank" but got "" 146 PASS createDocument test: metadata for "http://example.com/","ns0:test",null
147 PASS createDocument test: characterSet aliases for "http://example.com/","ns0:te st",null 147 PASS createDocument test: characterSet aliases for "http://example.com/","ns0:te st",null
148 PASS createDocument test: "http://example.com/","a.b:c",null,null 148 PASS createDocument test: "http://example.com/","a.b:c",null,null
149 FAIL createDocument test: metadata for "http://example.com/","a.b:c",null assert _equals: expected "about:blank" but got "" 149 PASS createDocument test: metadata for "http://example.com/","a.b:c",null
150 PASS createDocument test: characterSet aliases for "http://example.com/","a.b:c" ,null 150 PASS createDocument test: characterSet aliases for "http://example.com/","a.b:c" ,null
151 PASS createDocument test: "http://example.com/","a-b:c",null,null 151 PASS createDocument test: "http://example.com/","a-b:c",null,null
152 FAIL createDocument test: metadata for "http://example.com/","a-b:c",null assert _equals: expected "about:blank" but got "" 152 PASS createDocument test: metadata for "http://example.com/","a-b:c",null
153 PASS createDocument test: characterSet aliases for "http://example.com/","a-b:c" ,null 153 PASS createDocument test: characterSet aliases for "http://example.com/","a-b:c" ,null
154 PASS createDocument test: "http://example.com/","xml",null,null 154 PASS createDocument test: "http://example.com/","xml",null,null
155 FAIL createDocument test: metadata for "http://example.com/","xml",null assert_e quals: expected "about:blank" but got "" 155 PASS createDocument test: metadata for "http://example.com/","xml",null
156 PASS createDocument test: characterSet aliases for "http://example.com/","xml",n ull 156 PASS createDocument test: characterSet aliases for "http://example.com/","xml",n ull
157 PASS createDocument test: "http://example.com/","XMLNS",null,null 157 PASS createDocument test: "http://example.com/","XMLNS",null,null
158 FAIL createDocument test: metadata for "http://example.com/","XMLNS",null assert _equals: expected "about:blank" but got "" 158 PASS createDocument test: metadata for "http://example.com/","XMLNS",null
159 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS" ,null 159 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS" ,null
160 PASS createDocument test: "http://example.com/","xmlfoo",null,null 160 PASS createDocument test: "http://example.com/","xmlfoo",null,null
161 FAIL createDocument test: metadata for "http://example.com/","xmlfoo",null asser t_equals: expected "about:blank" but got "" 161 PASS createDocument test: metadata for "http://example.com/","xmlfoo",null
162 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo ",null 162 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo ",null
163 PASS createDocument test: "http://example.com/","xml:foo",null,"NAMESPACE_ERR" 163 PASS createDocument test: "http://example.com/","xml:foo",null,"NAMESPACE_ERR"
164 PASS createDocument test: "http://example.com/","XML:foo",null,null 164 PASS createDocument test: "http://example.com/","XML:foo",null,null
165 FAIL createDocument test: metadata for "http://example.com/","XML:foo",null asse rt_equals: expected "about:blank" but got "" 165 PASS createDocument test: metadata for "http://example.com/","XML:foo",null
166 PASS createDocument test: characterSet aliases for "http://example.com/","XML:fo o",null 166 PASS createDocument test: characterSet aliases for "http://example.com/","XML:fo o",null
167 PASS createDocument test: "http://example.com/","xmlns:foo",null,"NAMESPACE_ERR" 167 PASS createDocument test: "http://example.com/","xmlns:foo",null,"NAMESPACE_ERR"
168 PASS createDocument test: "http://example.com/","XMLNS:foo",null,null 168 PASS createDocument test: "http://example.com/","XMLNS:foo",null,null
169 FAIL createDocument test: metadata for "http://example.com/","XMLNS:foo",null as sert_equals: expected "about:blank" but got "" 169 PASS createDocument test: metadata for "http://example.com/","XMLNS:foo",null
170 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS: foo",null 170 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS: foo",null
171 PASS createDocument test: "http://example.com/","xmlfoo:bar",null,null 171 PASS createDocument test: "http://example.com/","xmlfoo:bar",null,null
172 FAIL createDocument test: metadata for "http://example.com/","xmlfoo:bar",null a ssert_equals: expected "about:blank" but got "" 172 PASS createDocument test: metadata for "http://example.com/","xmlfoo:bar",null
173 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo :bar",null 173 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo :bar",null
174 PASS createDocument test: "http://example.com/","prefix::local",null,"NAMESPACE_ ERR" 174 PASS createDocument test: "http://example.com/","prefix::local",null,"NAMESPACE_ ERR"
175 PASS createDocument test: "http://example.com/","namespaceURI:{",null,"INVALID_C HARACTER_ERR" 175 PASS createDocument test: "http://example.com/","namespaceURI:{",null,"INVALID_C HARACTER_ERR"
176 PASS createDocument test: "http://example.com/","namespaceURI:}",null,"INVALID_C HARACTER_ERR" 176 PASS createDocument test: "http://example.com/","namespaceURI:}",null,"INVALID_C HARACTER_ERR"
177 PASS createDocument test: "http://example.com/","namespaceURI:~",null,"INVALID_C HARACTER_ERR" 177 PASS createDocument test: "http://example.com/","namespaceURI:~",null,"INVALID_C HARACTER_ERR"
178 PASS createDocument test: "http://example.com/","namespaceURI:'",null,"INVALID_C HARACTER_ERR" 178 PASS createDocument test: "http://example.com/","namespaceURI:'",null,"INVALID_C HARACTER_ERR"
179 PASS createDocument test: "http://example.com/","namespaceURI:!",null,"INVALID_C HARACTER_ERR" 179 PASS createDocument test: "http://example.com/","namespaceURI:!",null,"INVALID_C HARACTER_ERR"
180 PASS createDocument test: "http://example.com/","namespaceURI:@",null,"INVALID_C HARACTER_ERR" 180 PASS createDocument test: "http://example.com/","namespaceURI:@",null,"INVALID_C HARACTER_ERR"
181 PASS createDocument test: "http://example.com/","namespaceURI:#",null,"INVALID_C HARACTER_ERR" 181 PASS createDocument test: "http://example.com/","namespaceURI:#",null,"INVALID_C HARACTER_ERR"
182 PASS createDocument test: "http://example.com/","namespaceURI:$",null,"INVALID_C HARACTER_ERR" 182 PASS createDocument test: "http://example.com/","namespaceURI:$",null,"INVALID_C HARACTER_ERR"
(...skipping 10 matching lines...) Expand all
193 PASS createDocument test: "http://example.com/","namespaceURI:\\",null,"INVALID_ CHARACTER_ERR" 193 PASS createDocument test: "http://example.com/","namespaceURI:\\",null,"INVALID_ CHARACTER_ERR"
194 PASS createDocument test: "http://example.com/","namespaceURI:/",null,"INVALID_C HARACTER_ERR" 194 PASS createDocument test: "http://example.com/","namespaceURI:/",null,"INVALID_C HARACTER_ERR"
195 PASS createDocument test: "http://example.com/","namespaceURI:;",null,"INVALID_C HARACTER_ERR" 195 PASS createDocument test: "http://example.com/","namespaceURI:;",null,"INVALID_C HARACTER_ERR"
196 PASS createDocument test: "http://example.com/","namespaceURI:`",null,"INVALID_C HARACTER_ERR" 196 PASS createDocument test: "http://example.com/","namespaceURI:`",null,"INVALID_C HARACTER_ERR"
197 PASS createDocument test: "http://example.com/","namespaceURI:<",null,"INVALID_C HARACTER_ERR" 197 PASS createDocument test: "http://example.com/","namespaceURI:<",null,"INVALID_C HARACTER_ERR"
198 PASS createDocument test: "http://example.com/","namespaceURI:>",null,"INVALID_C HARACTER_ERR" 198 PASS createDocument test: "http://example.com/","namespaceURI:>",null,"INVALID_C HARACTER_ERR"
199 PASS createDocument test: "http://example.com/","namespaceURI:,",null,"INVALID_C HARACTER_ERR" 199 PASS createDocument test: "http://example.com/","namespaceURI:,",null,"INVALID_C HARACTER_ERR"
200 PASS createDocument test: "http://example.com/","namespaceURI:a ",null,"INVALID_ CHARACTER_ERR" 200 PASS createDocument test: "http://example.com/","namespaceURI:a ",null,"INVALID_ CHARACTER_ERR"
201 PASS createDocument test: "http://example.com/","namespaceURI:\"",null,"INVALID_ CHARACTER_ERR" 201 PASS createDocument test: "http://example.com/","namespaceURI:\"",null,"INVALID_ CHARACTER_ERR"
202 PASS createDocument test: "/","foo",null,null 202 PASS createDocument test: "/","foo",null,null
203 FAIL createDocument test: metadata for "/","foo",null assert_equals: expected "a bout:blank" but got "" 203 PASS createDocument test: metadata for "/","foo",null
204 PASS createDocument test: characterSet aliases for "/","foo",null 204 PASS createDocument test: characterSet aliases for "/","foo",null
205 PASS createDocument test: "/","1foo",null,"INVALID_CHARACTER_ERR" 205 PASS createDocument test: "/","1foo",null,"INVALID_CHARACTER_ERR"
206 PASS createDocument test: "/","f1oo",null,null 206 PASS createDocument test: "/","f1oo",null,null
207 FAIL createDocument test: metadata for "/","f1oo",null assert_equals: expected " about:blank" but got "" 207 PASS createDocument test: metadata for "/","f1oo",null
208 PASS createDocument test: characterSet aliases for "/","f1oo",null 208 PASS createDocument test: characterSet aliases for "/","f1oo",null
209 PASS createDocument test: "/","foo1",null,null 209 PASS createDocument test: "/","foo1",null,null
210 FAIL createDocument test: metadata for "/","foo1",null assert_equals: expected " about:blank" but got "" 210 PASS createDocument test: metadata for "/","foo1",null
211 PASS createDocument test: characterSet aliases for "/","foo1",null 211 PASS createDocument test: characterSet aliases for "/","foo1",null
212 PASS createDocument test: "/",":foo",null,"NAMESPACE_ERR" 212 PASS createDocument test: "/",":foo",null,"NAMESPACE_ERR"
213 PASS createDocument test: "/","f:oo",null,null 213 PASS createDocument test: "/","f:oo",null,null
214 FAIL createDocument test: metadata for "/","f:oo",null assert_equals: expected " about:blank" but got "" 214 PASS createDocument test: metadata for "/","f:oo",null
215 PASS createDocument test: characterSet aliases for "/","f:oo",null 215 PASS createDocument test: characterSet aliases for "/","f:oo",null
216 PASS createDocument test: "/","foo:",null,"NAMESPACE_ERR" 216 PASS createDocument test: "/","foo:",null,"NAMESPACE_ERR"
217 PASS createDocument test: "/","xml",null,null 217 PASS createDocument test: "/","xml",null,null
218 FAIL createDocument test: metadata for "/","xml",null assert_equals: expected "a bout:blank" but got "" 218 PASS createDocument test: metadata for "/","xml",null
219 PASS createDocument test: characterSet aliases for "/","xml",null 219 PASS createDocument test: characterSet aliases for "/","xml",null
220 PASS createDocument test: "/","xmlns",null,"NAMESPACE_ERR" 220 PASS createDocument test: "/","xmlns",null,"NAMESPACE_ERR"
221 PASS createDocument test: "/","xmlfoo",null,null 221 PASS createDocument test: "/","xmlfoo",null,null
222 FAIL createDocument test: metadata for "/","xmlfoo",null assert_equals: expected "about:blank" but got "" 222 PASS createDocument test: metadata for "/","xmlfoo",null
223 PASS createDocument test: characterSet aliases for "/","xmlfoo",null 223 PASS createDocument test: characterSet aliases for "/","xmlfoo",null
224 PASS createDocument test: "/","xml:foo",null,"NAMESPACE_ERR" 224 PASS createDocument test: "/","xml:foo",null,"NAMESPACE_ERR"
225 PASS createDocument test: "/","xmlns:foo",null,"NAMESPACE_ERR" 225 PASS createDocument test: "/","xmlns:foo",null,"NAMESPACE_ERR"
226 PASS createDocument test: "/","xmlfoo:bar",null,null 226 PASS createDocument test: "/","xmlfoo:bar",null,null
227 FAIL createDocument test: metadata for "/","xmlfoo:bar",null assert_equals: expe cted "about:blank" but got "" 227 PASS createDocument test: metadata for "/","xmlfoo:bar",null
228 PASS createDocument test: characterSet aliases for "/","xmlfoo:bar",null 228 PASS createDocument test: characterSet aliases for "/","xmlfoo:bar",null
229 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo",null,null 229 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo",null,null
230 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f oo",null assert_equals: expected "about:blank" but got "" 230 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f oo",null
231 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","foo",null 231 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","foo",null
232 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","1foo",null,"IN VALID_CHARACTER_ERR" 232 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","1foo",null,"IN VALID_CHARACTER_ERR"
233 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","f1oo",null,nul l 233 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","f1oo",null,nul l
234 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f 1oo",null assert_equals: expected "about:blank" but got "" 234 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f 1oo",null
235 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","f1oo",null 235 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","f1oo",null
236 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo1",null,nul l 236 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo1",null,nul l
237 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f oo1",null assert_equals: expected "about:blank" but got "" 237 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f oo1",null
238 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","foo1",null 238 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","foo1",null
239 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",":foo",null,"NA MESPACE_ERR" 239 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",":foo",null,"NA MESPACE_ERR"
240 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","f:oo",null,nul l 240 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","f:oo",null,nul l
241 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f :oo",null assert_equals: expected "about:blank" but got "" 241 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f :oo",null
242 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","f:oo",null 242 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","f:oo",null
243 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo:",null,"NA MESPACE_ERR" 243 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo:",null,"NA MESPACE_ERR"
244 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml",null,null 244 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml",null,null
245 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x ml",null assert_equals: expected "about:blank" but got "" 245 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x ml",null
246 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xml",null 246 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xml",null
247 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlns",null,"N AMESPACE_ERR" 247 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlns",null,"N AMESPACE_ERR"
248 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlfoo",null,n ull 248 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlfoo",null,n ull
249 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x mlfoo",null assert_equals: expected "about:blank" but got "" 249 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x mlfoo",null
250 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xmlfoo",null 250 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xmlfoo",null
251 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml:foo",null, null 251 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml:foo",null, null
252 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x ml:foo",null assert_equals: expected "about:blank" but got "" 252 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x ml:foo",null
253 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xml:foo",null 253 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xml:foo",null
254 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlns:foo",nul l,"NAMESPACE_ERR" 254 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlns:foo",nul l,"NAMESPACE_ERR"
255 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlfoo:bar",nu ll,null 255 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlfoo:bar",nu ll,null
256 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x mlfoo:bar",null assert_equals: expected "about:blank" but got "" 256 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x mlfoo:bar",null
257 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xmlfoo:bar",null 257 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xmlfoo:bar",null
258 PASS createDocument test: "http://www.w3.org/XML/1998/namespaces","xml:foo",null ,"NAMESPACE_ERR" 258 PASS createDocument test: "http://www.w3.org/XML/1998/namespaces","xml:foo",null ,"NAMESPACE_ERR"
259 PASS createDocument test: "http://www.w3.org/xml/1998/namespace","xml:foo",null, "NAMESPACE_ERR" 259 PASS createDocument test: "http://www.w3.org/xml/1998/namespace","xml:foo",null, "NAMESPACE_ERR"
260 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo",null,"NAMESPACE_ ERR" 260 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo",null,"NAMESPACE_ ERR"
261 PASS createDocument test: "http://www.w3.org/2000/xmlns/","1foo",null,"INVALID_C HARACTER_ERR" 261 PASS createDocument test: "http://www.w3.org/2000/xmlns/","1foo",null,"INVALID_C HARACTER_ERR"
262 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f1oo",null,"NAMESPACE _ERR" 262 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f1oo",null,"NAMESPACE _ERR"
263 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo1",null,"NAMESPACE _ERR" 263 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo1",null,"NAMESPACE _ERR"
264 PASS createDocument test: "http://www.w3.org/2000/xmlns/",":foo",null,"NAMESPACE _ERR" 264 PASS createDocument test: "http://www.w3.org/2000/xmlns/",":foo",null,"NAMESPACE _ERR"
265 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f:oo",null,"NAMESPACE _ERR" 265 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f:oo",null,"NAMESPACE _ERR"
266 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:",null,"NAMESPACE _ERR" 266 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:",null,"NAMESPACE _ERR"
267 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml",null,"NAMESPACE_ ERR" 267 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml",null,"NAMESPACE_ ERR"
268 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns",null,null 268 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns",null,null
269 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/","xmlns",n ull assert_equals: expected "about:blank" but got "" 269 PASS createDocument test: metadata for "http://www.w3.org/2000/xmlns/","xmlns",n ull
270 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /","xmlns",null 270 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /","xmlns",null
271 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo",null,"NAMESPA CE_ERR" 271 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo",null,"NAMESPA CE_ERR"
272 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml:foo",null,"NAMESP ACE_ERR" 272 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml:foo",null,"NAMESP ACE_ERR"
273 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns:foo",null,null 273 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns:foo",null,null
274 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/","xmlns:fo o",null assert_equals: expected "about:blank" but got "" 274 PASS createDocument test: metadata for "http://www.w3.org/2000/xmlns/","xmlns:fo o",null
275 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /","xmlns:foo",null 275 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /","xmlns:foo",null
276 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo:bar",null,"NAM ESPACE_ERR" 276 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo:bar",null,"NAM ESPACE_ERR"
277 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:xmlns",null,"NAME SPACE_ERR" 277 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:xmlns",null,"NAME SPACE_ERR"
278 PASS createDocument test: "foo:","foo",null,null 278 PASS createDocument test: "foo:","foo",null,null
279 FAIL createDocument test: metadata for "foo:","foo",null assert_equals: expected "about:blank" but got "" 279 PASS createDocument test: metadata for "foo:","foo",null
280 PASS createDocument test: characterSet aliases for "foo:","foo",null 280 PASS createDocument test: characterSet aliases for "foo:","foo",null
281 PASS createDocument test: "foo:","1foo",null,"INVALID_CHARACTER_ERR" 281 PASS createDocument test: "foo:","1foo",null,"INVALID_CHARACTER_ERR"
282 PASS createDocument test: "foo:","f1oo",null,null 282 PASS createDocument test: "foo:","f1oo",null,null
283 FAIL createDocument test: metadata for "foo:","f1oo",null assert_equals: expecte d "about:blank" but got "" 283 PASS createDocument test: metadata for "foo:","f1oo",null
284 PASS createDocument test: characterSet aliases for "foo:","f1oo",null 284 PASS createDocument test: characterSet aliases for "foo:","f1oo",null
285 PASS createDocument test: "foo:","foo1",null,null 285 PASS createDocument test: "foo:","foo1",null,null
286 FAIL createDocument test: metadata for "foo:","foo1",null assert_equals: expecte d "about:blank" but got "" 286 PASS createDocument test: metadata for "foo:","foo1",null
287 PASS createDocument test: characterSet aliases for "foo:","foo1",null 287 PASS createDocument test: characterSet aliases for "foo:","foo1",null
288 PASS createDocument test: "foo:",":foo",null,"NAMESPACE_ERR" 288 PASS createDocument test: "foo:",":foo",null,"NAMESPACE_ERR"
289 PASS createDocument test: "foo:","f:oo",null,null 289 PASS createDocument test: "foo:","f:oo",null,null
290 FAIL createDocument test: metadata for "foo:","f:oo",null assert_equals: expecte d "about:blank" but got "" 290 PASS createDocument test: metadata for "foo:","f:oo",null
291 PASS createDocument test: characterSet aliases for "foo:","f:oo",null 291 PASS createDocument test: characterSet aliases for "foo:","f:oo",null
292 PASS createDocument test: "foo:","foo:",null,"NAMESPACE_ERR" 292 PASS createDocument test: "foo:","foo:",null,"NAMESPACE_ERR"
293 PASS createDocument test: "foo:","xml",null,null 293 PASS createDocument test: "foo:","xml",null,null
294 FAIL createDocument test: metadata for "foo:","xml",null assert_equals: expected "about:blank" but got "" 294 PASS createDocument test: metadata for "foo:","xml",null
295 PASS createDocument test: characterSet aliases for "foo:","xml",null 295 PASS createDocument test: characterSet aliases for "foo:","xml",null
296 PASS createDocument test: "foo:","xmlns",null,"NAMESPACE_ERR" 296 PASS createDocument test: "foo:","xmlns",null,"NAMESPACE_ERR"
297 PASS createDocument test: "foo:","xmlfoo",null,null 297 PASS createDocument test: "foo:","xmlfoo",null,null
298 FAIL createDocument test: metadata for "foo:","xmlfoo",null assert_equals: expec ted "about:blank" but got "" 298 PASS createDocument test: metadata for "foo:","xmlfoo",null
299 PASS createDocument test: characterSet aliases for "foo:","xmlfoo",null 299 PASS createDocument test: characterSet aliases for "foo:","xmlfoo",null
300 PASS createDocument test: "foo:","xml:foo",null,"NAMESPACE_ERR" 300 PASS createDocument test: "foo:","xml:foo",null,"NAMESPACE_ERR"
301 PASS createDocument test: "foo:","xmlns:foo",null,"NAMESPACE_ERR" 301 PASS createDocument test: "foo:","xmlns:foo",null,"NAMESPACE_ERR"
302 PASS createDocument test: "foo:","xmlfoo:bar",null,null 302 PASS createDocument test: "foo:","xmlfoo:bar",null,null
303 FAIL createDocument test: metadata for "foo:","xmlfoo:bar",null assert_equals: e xpected "about:blank" but got "" 303 PASS createDocument test: metadata for "foo:","xmlfoo:bar",null
304 PASS createDocument test: characterSet aliases for "foo:","xmlfoo:bar",null 304 PASS createDocument test: characterSet aliases for "foo:","xmlfoo:bar",null
305 PASS createDocument test: null,null,false,object "TypeError" 305 PASS createDocument test: null,null,false,object "TypeError"
306 PASS createDocument test: null,"",null,null 306 PASS createDocument test: null,"",null,null
307 FAIL createDocument test: metadata for null,"",null assert_equals: expected "abo ut:blank" but got "" 307 PASS createDocument test: metadata for null,"",null
308 PASS createDocument test: characterSet aliases for null,"",null 308 PASS createDocument test: characterSet aliases for null,"",null
309 PASS createDocument test: undefined,null,undefined,null 309 PASS createDocument test: undefined,null,undefined,null
310 FAIL createDocument test: metadata for undefined,null,undefined assert_equals: e xpected "about:blank" but got "" 310 PASS createDocument test: metadata for undefined,null,undefined
311 PASS createDocument test: characterSet aliases for undefined,null,undefined 311 PASS createDocument test: characterSet aliases for undefined,null,undefined
312 PASS createDocument test: undefined,undefined,undefined,null 312 PASS createDocument test: undefined,undefined,undefined,null
313 FAIL createDocument test: metadata for undefined,undefined,undefined assert_equa ls: expected "about:blank" but got "" 313 PASS createDocument test: metadata for undefined,undefined,undefined
314 PASS createDocument test: characterSet aliases for undefined,undefined,undefined 314 PASS createDocument test: characterSet aliases for undefined,undefined,undefined
315 PASS createDocument test: undefined,"",undefined,null 315 PASS createDocument test: undefined,"",undefined,null
316 FAIL createDocument test: metadata for undefined,"",undefined assert_equals: exp ected "about:blank" but got "" 316 PASS createDocument test: metadata for undefined,"",undefined
317 PASS createDocument test: characterSet aliases for undefined,"",undefined 317 PASS createDocument test: characterSet aliases for undefined,"",undefined
318 PASS createDocument test: "http://example.com/",null,null,null 318 PASS createDocument test: "http://example.com/",null,null,null
319 FAIL createDocument test: metadata for "http://example.com/",null,null assert_eq uals: expected "about:blank" but got "" 319 PASS createDocument test: metadata for "http://example.com/",null,null
320 PASS createDocument test: characterSet aliases for "http://example.com/",null,nu ll 320 PASS createDocument test: characterSet aliases for "http://example.com/",null,nu ll
321 PASS createDocument test: "http://example.com/","",null,null 321 PASS createDocument test: "http://example.com/","",null,null
322 FAIL createDocument test: metadata for "http://example.com/","",null assert_equa ls: expected "about:blank" but got "" 322 PASS createDocument test: metadata for "http://example.com/","",null
323 PASS createDocument test: characterSet aliases for "http://example.com/","",null 323 PASS createDocument test: characterSet aliases for "http://example.com/","",null
324 PASS createDocument test: "/",null,null,null 324 PASS createDocument test: "/",null,null,null
325 FAIL createDocument test: metadata for "/",null,null assert_equals: expected "ab out:blank" but got "" 325 PASS createDocument test: metadata for "/",null,null
326 PASS createDocument test: characterSet aliases for "/",null,null 326 PASS createDocument test: characterSet aliases for "/",null,null
327 PASS createDocument test: "/","",null,null 327 PASS createDocument test: "/","",null,null
328 FAIL createDocument test: metadata for "/","",null assert_equals: expected "abou t:blank" but got "" 328 PASS createDocument test: metadata for "/","",null
329 PASS createDocument test: characterSet aliases for "/","",null 329 PASS createDocument test: characterSet aliases for "/","",null
330 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",null,null,null 330 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",null,null,null
331 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace",nu ll,null assert_equals: expected "about:blank" but got "" 331 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace",nu ll,null
332 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace",null,null 332 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace",null,null
333 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","",null,null 333 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","",null,null
334 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","" ,null assert_equals: expected "about:blank" but got "" 334 PASS createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","" ,null
335 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","",null 335 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","",null
336 PASS createDocument test: "http://www.w3.org/2000/xmlns/",null,null,null 336 PASS createDocument test: "http://www.w3.org/2000/xmlns/",null,null,null
337 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/",null,null assert_equals: expected "about:blank" but got "" 337 PASS createDocument test: metadata for "http://www.w3.org/2000/xmlns/",null,null
338 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /",null,null 338 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /",null,null
339 PASS createDocument test: "http://www.w3.org/2000/xmlns/","",null,null 339 PASS createDocument test: "http://www.w3.org/2000/xmlns/","",null,null
340 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/","",null a ssert_equals: expected "about:blank" but got "" 340 PASS createDocument test: metadata for "http://www.w3.org/2000/xmlns/","",null
341 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /","",null 341 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /","",null
342 PASS createDocument test: "foo:",null,null,null 342 PASS createDocument test: "foo:",null,null,null
343 FAIL createDocument test: metadata for "foo:",null,null assert_equals: expected "about:blank" but got "" 343 PASS createDocument test: metadata for "foo:",null,null
344 PASS createDocument test: characterSet aliases for "foo:",null,null 344 PASS createDocument test: characterSet aliases for "foo:",null,null
345 PASS createDocument test: "foo:","",null,null 345 PASS createDocument test: "foo:","",null,null
346 FAIL createDocument test: metadata for "foo:","",null assert_equals: expected "a bout:blank" but got "" 346 PASS createDocument test: metadata for "foo:","",null
347 PASS createDocument test: characterSet aliases for "foo:","",null 347 PASS createDocument test: characterSet aliases for "foo:","",null
348 PASS createDocument test: null,null,DocumentType node <!DOCTYPE foo>,null 348 PASS createDocument test: null,null,DocumentType node <!DOCTYPE foo>,null
349 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE foo > assert_equals: expected "about:blank" but got "" 349 PASS createDocument test: metadata for null,null,DocumentType node <!DOCTYPE foo >
350 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE foo> 350 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE foo>
351 PASS createDocument test: null,null,DocumentType node <!DOCTYPE html>,null 351 PASS createDocument test: null,null,DocumentType node <!DOCTYPE html>,null
352 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE htm l> assert_equals: expected "about:blank" but got "" 352 PASS createDocument test: metadata for null,null,DocumentType node <!DOCTYPE htm l>
353 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE html> 353 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE html>
354 PASS createDocument test: null,null,DocumentType node <!DOCTYPE bar>,null 354 PASS createDocument test: null,null,DocumentType node <!DOCTYPE bar>,null
355 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE bar > assert_equals: expected "about:blank" but got "" 355 PASS createDocument test: metadata for null,null,DocumentType node <!DOCTYPE bar >
356 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE bar> 356 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE bar>
357 PASS createDocument test: null,null,DocumentType node <!DOCTYPE baz>,null 357 PASS createDocument test: null,null,DocumentType node <!DOCTYPE baz>,null
358 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE baz > assert_equals: expected "about:blank" but got "" 358 PASS createDocument test: metadata for null,null,DocumentType node <!DOCTYPE baz >
359 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE baz> 359 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE baz>
360 PASS createDocument test: null,null,DocumentType node <!DOCTYPE quz>,null 360 PASS createDocument test: null,null,DocumentType node <!DOCTYPE quz>,null
361 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE quz > assert_equals: expected "about:blank" but got "" 361 PASS createDocument test: metadata for null,null,DocumentType node <!DOCTYPE quz >
362 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE quz> 362 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE quz>
363 PASS createDocument test: null,"foo",DocumentType node <!DOCTYPE foo>,null 363 PASS createDocument test: null,"foo",DocumentType node <!DOCTYPE foo>,null
364 FAIL createDocument test: metadata for null,"foo",DocumentType node <!DOCTYPE fo o> assert_equals: expected "about:blank" but got "" 364 PASS createDocument test: metadata for null,"foo",DocumentType node <!DOCTYPE fo o>
365 PASS createDocument test: characterSet aliases for null,"foo",DocumentType node <!DOCTYPE foo> 365 PASS createDocument test: characterSet aliases for null,"foo",DocumentType node <!DOCTYPE foo>
366 PASS createDocument test: "foo",null,DocumentType node <!DOCTYPE foo>,null 366 PASS createDocument test: "foo",null,DocumentType node <!DOCTYPE foo>,null
367 FAIL createDocument test: metadata for "foo",null,DocumentType node <!DOCTYPE fo o> assert_equals: expected "about:blank" but got "" 367 PASS createDocument test: metadata for "foo",null,DocumentType node <!DOCTYPE fo o>
368 PASS createDocument test: characterSet aliases for "foo",null,DocumentType node <!DOCTYPE foo> 368 PASS createDocument test: characterSet aliases for "foo",null,DocumentType node <!DOCTYPE foo>
369 PASS createDocument test: "foo","bar",DocumentType node <!DOCTYPE foo>,null 369 PASS createDocument test: "foo","bar",DocumentType node <!DOCTYPE foo>,null
370 FAIL createDocument test: metadata for "foo","bar",DocumentType node <!DOCTYPE f oo> assert_equals: expected "about:blank" but got "" 370 PASS createDocument test: metadata for "foo","bar",DocumentType node <!DOCTYPE f oo>
371 PASS createDocument test: characterSet aliases for "foo","bar",DocumentType node <!DOCTYPE foo> 371 PASS createDocument test: characterSet aliases for "foo","bar",DocumentType node <!DOCTYPE foo>
372 PASS createDocument test: "http://www.w3.org/1999/xhtml","",null,null 372 PASS createDocument test: "http://www.w3.org/1999/xhtml","",null,null
373 FAIL createDocument test: metadata for "http://www.w3.org/1999/xhtml","",null as sert_equals: expected "about:blank" but got "" 373 PASS createDocument test: metadata for "http://www.w3.org/1999/xhtml","",null
374 PASS createDocument test: characterSet aliases for "http://www.w3.org/1999/xhtml ","",null 374 PASS createDocument test: characterSet aliases for "http://www.w3.org/1999/xhtml ","",null
375 PASS createDocument test: "http://www.w3.org/2000/svg","",null,null 375 PASS createDocument test: "http://www.w3.org/2000/svg","",null,null
376 FAIL createDocument test: metadata for "http://www.w3.org/2000/svg","",null asse rt_equals: expected "about:blank" but got "" 376 PASS createDocument test: metadata for "http://www.w3.org/2000/svg","",null
377 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/svg", "",null 377 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/svg", "",null
378 PASS createDocument test: "http://www.w3.org/1998/Math/MathML","",null,null 378 PASS createDocument test: "http://www.w3.org/1998/Math/MathML","",null,null
379 FAIL createDocument test: metadata for "http://www.w3.org/1998/Math/MathML","",n ull assert_equals: expected "about:blank" but got "" 379 PASS createDocument test: metadata for "http://www.w3.org/1998/Math/MathML","",n ull
380 PASS createDocument test: characterSet aliases for "http://www.w3.org/1998/Math/ MathML","",null 380 PASS createDocument test: characterSet aliases for "http://www.w3.org/1998/Math/ MathML","",null
381 PASS createDocument test: null,"html",null,null 381 PASS createDocument test: null,"html",null,null
382 FAIL createDocument test: metadata for null,"html",null assert_equals: expected "about:blank" but got "" 382 PASS createDocument test: metadata for null,"html",null
383 PASS createDocument test: characterSet aliases for null,"html",null 383 PASS createDocument test: characterSet aliases for null,"html",null
384 PASS createDocument test: null,"svg",null,null 384 PASS createDocument test: null,"svg",null,null
385 FAIL createDocument test: metadata for null,"svg",null assert_equals: expected " about:blank" but got "" 385 PASS createDocument test: metadata for null,"svg",null
386 PASS createDocument test: characterSet aliases for null,"svg",null 386 PASS createDocument test: characterSet aliases for null,"svg",null
387 PASS createDocument test: null,"math",null,null 387 PASS createDocument test: null,"math",null,null
388 FAIL createDocument test: metadata for null,"math",null assert_equals: expected "about:blank" but got "" 388 PASS createDocument test: metadata for null,"math",null
389 PASS createDocument test: characterSet aliases for null,"math",null 389 PASS createDocument test: characterSet aliases for null,"math",null
390 PASS createDocument test: null,"",DocumentType node <!DOCTYPE html -//W3C//DTD X HTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d> 390 PASS createDocument test: null,"",DocumentType node <!DOCTYPE html -//W3C//DTD X HTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d>
391 PASS createDocument test: null,"",DocumentType node <!DOCTYPE svg -//W3C//DTD SV G 1.1//EN http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd> 391 PASS createDocument test: null,"",DocumentType node <!DOCTYPE svg -//W3C//DTD SV G 1.1//EN http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd>
392 PASS createDocument test: null,"",DocumentType node <!DOCTYPE math -//W3C//DTD M athML 2.0//EN http://www.w3.org/Math/DTD/mathml2/mathml2.dtd> 392 PASS createDocument test: null,"",DocumentType node <!DOCTYPE math -//W3C//DTD M athML 2.0//EN http://www.w3.org/Math/DTD/mathml2/mathml2.dtd>
393 PASS createDocument with missing arguments 393 PASS createDocument with missing arguments
394 Harness: the test ran to completion. 394 Harness: the test ran to completion.
395 395
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698