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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: 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
(Empty)
1 This is a testharness.js-based test.
2 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype)
3 PASS createDocument test: null,null,null,null
4 FAIL createDocument test: metadata for null,null,null assert_equals: expected "a bout:blank" but got ""
5 PASS createDocument test: characterSet aliases for null,null,null
6 PASS createDocument test: null,undefined,null,null
7 FAIL createDocument test: metadata for null,undefined,null assert_equals: expect ed "about:blank" but got ""
8 PASS createDocument test: characterSet aliases for null,undefined,null
9 PASS createDocument test: null,"foo",null,null
10 FAIL createDocument test: metadata for null,"foo",null assert_equals: expected " about:blank" but got ""
11 PASS createDocument test: characterSet aliases for null,"foo",null
12 PASS createDocument test: null,"1foo",null,"INVALID_CHARACTER_ERR"
13 PASS createDocument test: null,"f1oo",null,null
14 FAIL createDocument test: metadata for null,"f1oo",null assert_equals: expected "about:blank" but got ""
15 PASS createDocument test: characterSet aliases for null,"f1oo",null
16 PASS createDocument test: null,"foo1",null,null
17 FAIL createDocument test: metadata for null,"foo1",null assert_equals: expected "about:blank" but got ""
18 PASS createDocument test: characterSet aliases for null,"foo1",null
19 PASS createDocument test: null,"ெfoo",null,"INVALID_CHARACTER_ERR"
20 PASS createDocument test: null,"}foo",null,"INVALID_CHARACTER_ERR"
21 PASS createDocument test: null,"f}oo",null,"INVALID_CHARACTER_ERR"
22 PASS createDocument test: null,"foo}",null,"INVALID_CHARACTER_ERR"
23 PASS createDocument test: null,"\ufffffoo",null,"INVALID_CHARACTER_ERR"
24 PASS createDocument test: null,"f\uffffoo",null,"INVALID_CHARACTER_ERR"
25 PASS createDocument test: null,"foo\uffff",null,"INVALID_CHARACTER_ERR"
26 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"
29 PASS createDocument test: null,"f<oo",null,"INVALID_CHARACTER_ERR"
30 PASS createDocument test: null,"^^",null,"INVALID_CHARACTER_ERR"
31 PASS createDocument test: null,"fo o",null,"INVALID_CHARACTER_ERR"
32 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,"NAMESPACE_ERR"
35 PASS createDocument test: null,"f:oo",null,"NAMESPACE_ERR"
36 PASS createDocument test: null,"foo:",null,"NAMESPACE_ERR"
37 PASS createDocument test: null,"f:o:o",null,"NAMESPACE_ERR"
38 PASS createDocument test: null,":",null,"NAMESPACE_ERR"
39 PASS createDocument test: null,"xml",null,null
40 FAIL createDocument test: metadata for null,"xml",null assert_equals: expected " about:blank" but got ""
41 PASS createDocument test: characterSet aliases for null,"xml",null
42 PASS createDocument test: null,"xmlns",null,"NAMESPACE_ERR"
43 PASS createDocument test: null,"xmlfoo",null,null
44 FAIL createDocument test: metadata for null,"xmlfoo",null assert_equals: expecte d "about:blank" but got ""
45 PASS createDocument test: characterSet aliases for null,"xmlfoo",null
46 PASS createDocument test: null,"xml:foo",null,"NAMESPACE_ERR"
47 PASS createDocument test: null,"xmlns:foo",null,"NAMESPACE_ERR"
48 PASS createDocument test: null,"xmlfoo:bar",null,"NAMESPACE_ERR"
49 PASS createDocument test: null,"null:xml",null,"NAMESPACE_ERR"
50 PASS createDocument test: "",null,null,null
51 FAIL createDocument test: metadata for "",null,null assert_equals: expected "abo ut:blank" but got ""
52 PASS createDocument test: characterSet aliases for "",null,null
53 PASS createDocument test: "",":foo",null,"NAMESPACE_ERR"
54 PASS createDocument test: "","f:oo",null,"NAMESPACE_ERR"
55 PASS createDocument test: "","foo:",null,"NAMESPACE_ERR"
56 PASS createDocument test: undefined,null,null,null
57 FAIL createDocument test: metadata for undefined,null,null assert_equals: expect ed "about:blank" but got ""
58 PASS createDocument test: characterSet aliases for undefined,null,null
59 PASS createDocument test: undefined,undefined,null,null
60 FAIL createDocument test: metadata for undefined,undefined,null assert_equals: e xpected "about:blank" but got ""
61 PASS createDocument test: characterSet aliases for undefined,undefined,null
62 PASS createDocument test: undefined,"foo",null,null
63 FAIL createDocument test: metadata for undefined,"foo",null assert_equals: expec ted "about:blank" but got ""
64 PASS createDocument test: characterSet aliases for undefined,"foo",null
65 PASS createDocument test: undefined,"1foo",null,"INVALID_CHARACTER_ERR"
66 PASS createDocument test: undefined,"f1oo",null,null
67 FAIL createDocument test: metadata for undefined,"f1oo",null assert_equals: expe cted "about:blank" but got ""
68 PASS createDocument test: characterSet aliases for undefined,"f1oo",null
69 PASS createDocument test: undefined,"foo1",null,null
70 FAIL createDocument test: metadata for undefined,"foo1",null assert_equals: expe cted "about:blank" but got ""
71 PASS createDocument test: characterSet aliases for undefined,"foo1",null
72 PASS createDocument test: undefined,":foo",null,"NAMESPACE_ERR"
73 PASS createDocument test: undefined,"f:oo",null,"NAMESPACE_ERR"
74 PASS createDocument test: undefined,"foo:",null,"NAMESPACE_ERR"
75 PASS createDocument test: undefined,"f::oo",null,"NAMESPACE_ERR"
76 PASS createDocument test: undefined,"xml",null,null
77 FAIL createDocument test: metadata for undefined,"xml",null assert_equals: expec ted "about:blank" but got ""
78 PASS createDocument test: characterSet aliases for undefined,"xml",null
79 PASS createDocument test: undefined,"xmlns",null,"NAMESPACE_ERR"
80 PASS createDocument test: undefined,"xmlfoo",null,null
81 FAIL createDocument test: metadata for undefined,"xmlfoo",null assert_equals: ex pected "about:blank" but got ""
82 PASS createDocument test: characterSet aliases for undefined,"xmlfoo",null
83 PASS createDocument test: undefined,"xml:foo",null,"NAMESPACE_ERR"
84 PASS createDocument test: undefined,"xmlns:foo",null,"NAMESPACE_ERR"
85 PASS createDocument test: undefined,"xmlfoo:bar",null,"NAMESPACE_ERR"
86 PASS createDocument test: "http://example.com/","foo",null,null
87 FAIL createDocument test: metadata for "http://example.com/","foo",null assert_e quals: expected "about:blank" but got ""
88 PASS createDocument test: characterSet aliases for "http://example.com/","foo",n ull
89 PASS createDocument test: "http://example.com/","1foo",null,"INVALID_CHARACTER_E RR"
90 PASS createDocument test: "http://example.com/","<foo>",null,"INVALID_CHARACTER_ ERR"
91 PASS createDocument test: "http://example.com/","fo<o",null,"INVALID_CHARACTER_E RR"
92 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/","f1oo",null,null
95 FAIL createDocument test: metadata for "http://example.com/","f1oo",null assert_ equals: expected "about:blank" but got ""
96 PASS createDocument test: characterSet aliases for "http://example.com/","f1oo", null
97 PASS createDocument test: "http://example.com/","foo1",null,null
98 FAIL createDocument test: metadata for "http://example.com/","foo1",null assert_ equals: expected "about:blank" but got ""
99 PASS createDocument test: characterSet aliases for "http://example.com/","foo1", null
100 PASS createDocument test: "http://example.com/",":foo",null,"NAMESPACE_ERR"
101 PASS createDocument test: "http://example.com/","f:oo",null,null
102 FAIL createDocument test: metadata for "http://example.com/","f:oo",null assert_ equals: expected "about:blank" but got ""
103 PASS createDocument test: characterSet aliases for "http://example.com/","f:oo", null
104 PASS createDocument test: "http://example.com/","f:o:o",null,"NAMESPACE_ERR"
105 PASS createDocument test: "http://example.com/","foo:",null,"NAMESPACE_ERR"
106 PASS createDocument test: "http://example.com/","f::oo",null,"NAMESPACE_ERR"
107 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 PASS createDocument test: "http://example.com/","0:a",null,"INVALID_CHARACTER_ER R"
109 PASS createDocument test: "http://example.com/","a:_",null,null
110 FAIL createDocument test: metadata for "http://example.com/","a:_",null assert_e quals: expected "about:blank" but got ""
111 PASS createDocument test: characterSet aliases for "http://example.com/","a:_",n ull
112 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 PASS createDocument test: "http://example.com/","ெ:a",null,"INVALID_CHARACTER_ER R"
114 PASS createDocument test: "http://example.com/","a:aெ",null,null
115 FAIL createDocument test: metadata for "http://example.com/","a:aெ",null assert_ equals: expected "about:blank" but got ""
116 PASS createDocument test: characterSet aliases for "http://example.com/","a:aெ", null
117 PASS createDocument test: "http://example.com/","aெ:a",null,null
118 FAIL createDocument test: metadata for "http://example.com/","aெ:a",null assert_ equals: expected "about:blank" but got ""
119 PASS createDocument test: characterSet aliases for "http://example.com/","aெ:a", null
120 PASS createDocument test: "http://example.com/","xml:test",null,"NAMESPACE_ERR"
121 PASS createDocument test: "http://example.com/","xmlns:test",null,"NAMESPACE_ERR "
122 PASS createDocument test: "http://example.com/","test:xmlns",null,null
123 FAIL createDocument test: metadata for "http://example.com/","test:xmlns",null a ssert_equals: expected "about:blank" but got ""
124 PASS createDocument test: characterSet aliases for "http://example.com/","test:x mlns",null
125 PASS createDocument test: "http://example.com/","xmlns",null,"NAMESPACE_ERR"
126 PASS createDocument test: "http://example.com/","_:_",null,null
127 FAIL createDocument test: metadata for "http://example.com/","_:_",null assert_e quals: expected "about:blank" but got ""
128 PASS createDocument test: characterSet aliases for "http://example.com/","_:_",n ull
129 PASS createDocument test: "http://example.com/","_:h0",null,null
130 FAIL createDocument test: metadata for "http://example.com/","_:h0",null assert_ equals: expected "about:blank" but got ""
131 PASS createDocument test: characterSet aliases for "http://example.com/","_:h0", null
132 PASS createDocument test: "http://example.com/","_:test",null,null
133 FAIL createDocument test: metadata for "http://example.com/","_:test",null asser t_equals: expected "about:blank" but got ""
134 PASS createDocument test: characterSet aliases for "http://example.com/","_:test ",null
135 PASS createDocument test: "http://example.com/","l_:_",null,null
136 FAIL createDocument test: metadata for "http://example.com/","l_:_",null assert_ equals: expected "about:blank" but got ""
137 PASS createDocument test: characterSet aliases for "http://example.com/","l_:_", null
138 PASS createDocument test: "http://example.com/","ns:_0",null,null
139 FAIL createDocument test: metadata for "http://example.com/","ns:_0",null assert _equals: expected "about:blank" but got ""
140 PASS createDocument test: characterSet aliases for "http://example.com/","ns:_0" ,null
141 PASS createDocument test: "http://example.com/","ns:a0",null,null
142 FAIL createDocument test: metadata for "http://example.com/","ns:a0",null assert _equals: expected "about:blank" but got ""
143 PASS createDocument test: characterSet aliases for "http://example.com/","ns:a0" ,null
144 PASS createDocument test: "http://example.com/","ns0:test",null,null
145 FAIL createDocument test: metadata for "http://example.com/","ns0:test",null ass ert_equals: expected "about:blank" but got ""
146 PASS createDocument test: characterSet aliases for "http://example.com/","ns0:te st",null
147 PASS createDocument test: "http://example.com/","a.b:c",null,null
148 FAIL createDocument test: metadata for "http://example.com/","a.b:c",null assert _equals: expected "about:blank" but got ""
149 PASS createDocument test: characterSet aliases for "http://example.com/","a.b:c" ,null
150 PASS createDocument test: "http://example.com/","a-b:c",null,null
151 FAIL createDocument test: metadata for "http://example.com/","a-b:c",null assert _equals: expected "about:blank" but got ""
152 PASS createDocument test: characterSet aliases for "http://example.com/","a-b:c" ,null
153 PASS createDocument test: "http://example.com/","xml",null,null
154 FAIL createDocument test: metadata for "http://example.com/","xml",null assert_e quals: expected "about:blank" but got ""
155 PASS createDocument test: characterSet aliases for "http://example.com/","xml",n ull
156 PASS createDocument test: "http://example.com/","XMLNS",null,null
157 FAIL createDocument test: metadata for "http://example.com/","XMLNS",null assert _equals: expected "about:blank" but got ""
158 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS" ,null
159 PASS createDocument test: "http://example.com/","xmlfoo",null,null
160 FAIL createDocument test: metadata for "http://example.com/","xmlfoo",null asser t_equals: expected "about:blank" but got ""
161 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo ",null
162 PASS createDocument test: "http://example.com/","xml:foo",null,"NAMESPACE_ERR"
163 PASS createDocument test: "http://example.com/","XML:foo",null,null
164 FAIL createDocument test: metadata for "http://example.com/","XML:foo",null asse rt_equals: expected "about:blank" but got ""
165 PASS createDocument test: characterSet aliases for "http://example.com/","XML:fo o",null
166 PASS createDocument test: "http://example.com/","xmlns:foo",null,"NAMESPACE_ERR"
167 PASS createDocument test: "http://example.com/","XMLNS:foo",null,null
168 FAIL createDocument test: metadata for "http://example.com/","XMLNS:foo",null as sert_equals: expected "about:blank" but got ""
169 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS: foo",null
170 PASS createDocument test: "http://example.com/","xmlfoo:bar",null,null
171 FAIL createDocument test: metadata for "http://example.com/","xmlfoo:bar",null a ssert_equals: expected "about:blank" but got ""
172 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo :bar",null
173 PASS createDocument test: "http://example.com/","prefix::local",null,"NAMESPACE_ ERR"
174 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"
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"
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"
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"
183 PASS createDocument test: "http://example.com/","namespaceURI:^",null,"INVALID_C HARACTER_ERR"
184 PASS createDocument test: "http://example.com/","namespaceURI:&",null,"INVALID_C HARACTER_ERR"
185 PASS createDocument test: "http://example.com/","namespaceURI:*",null,"INVALID_C HARACTER_ERR"
186 PASS createDocument test: "http://example.com/","namespaceURI:(",null,"INVALID_C HARACTER_ERR"
187 PASS createDocument test: "http://example.com/","namespaceURI:)",null,"INVALID_C HARACTER_ERR"
188 PASS createDocument test: "http://example.com/","namespaceURI:+",null,"INVALID_C HARACTER_ERR"
189 PASS createDocument test: "http://example.com/","namespaceURI:=",null,"INVALID_C HARACTER_ERR"
190 PASS createDocument test: "http://example.com/","namespaceURI:[",null,"INVALID_C HARACTER_ERR"
191 PASS createDocument test: "http://example.com/","namespaceURI:]",null,"INVALID_C HARACTER_ERR"
192 PASS createDocument test: "http://example.com/","namespaceURI:\\",null,"INVALID_ CHARACTER_ERR"
193 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"
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"
198 PASS createDocument test: "http://example.com/","namespaceURI:,",null,"INVALID_C HARACTER_ERR"
199 PASS createDocument test: "http://example.com/","namespaceURI:a ",null,"INVALID_ CHARACTER_ERR"
200 PASS createDocument test: "http://example.com/","namespaceURI:\"",null,"INVALID_ CHARACTER_ERR"
201 PASS createDocument test: "/","foo",null,null
202 FAIL createDocument test: metadata for "/","foo",null assert_equals: expected "a bout:blank" but got ""
203 PASS createDocument test: characterSet aliases for "/","foo",null
204 PASS createDocument test: "/","1foo",null,"INVALID_CHARACTER_ERR"
205 PASS createDocument test: "/","f1oo",null,null
206 FAIL createDocument test: metadata for "/","f1oo",null assert_equals: expected " about:blank" but got ""
207 PASS createDocument test: characterSet aliases for "/","f1oo",null
208 PASS createDocument test: "/","foo1",null,null
209 FAIL createDocument test: metadata for "/","foo1",null assert_equals: expected " about:blank" but got ""
210 PASS createDocument test: characterSet aliases for "/","foo1",null
211 PASS createDocument test: "/",":foo",null,"NAMESPACE_ERR"
212 PASS createDocument test: "/","f:oo",null,null
213 FAIL createDocument test: metadata for "/","f:oo",null assert_equals: expected " about:blank" but got ""
214 PASS createDocument test: characterSet aliases for "/","f:oo",null
215 PASS createDocument test: "/","foo:",null,"NAMESPACE_ERR"
216 PASS createDocument test: "/","xml",null,null
217 FAIL createDocument test: metadata for "/","xml",null assert_equals: expected "a bout:blank" but got ""
218 PASS createDocument test: characterSet aliases for "/","xml",null
219 PASS createDocument test: "/","xmlns",null,"NAMESPACE_ERR"
220 PASS createDocument test: "/","xmlfoo",null,null
221 FAIL createDocument test: metadata for "/","xmlfoo",null assert_equals: expected "about:blank" but got ""
222 PASS createDocument test: characterSet aliases for "/","xmlfoo",null
223 PASS createDocument test: "/","xml:foo",null,"NAMESPACE_ERR"
224 PASS createDocument test: "/","xmlns:foo",null,"NAMESPACE_ERR"
225 PASS createDocument test: "/","xmlfoo:bar",null,null
226 FAIL createDocument test: metadata for "/","xmlfoo:bar",null assert_equals: expe cted "about:blank" but got ""
227 PASS createDocument test: characterSet aliases for "/","xmlfoo:bar",null
228 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo",null,null
229 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","foo",null
231 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","f1oo",null,nul l
233 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","f1oo",null
235 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo1",null,nul l
236 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","foo1",null
238 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","f:oo",null,nul l
240 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","f:oo",null
242 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","xml",null,null
244 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xml",null
246 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","xmlfoo",null,n ull
248 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xmlfoo",null
250 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml:foo",null, null
251 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xml:foo",null
253 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","xmlfoo:bar",nu ll,null
255 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","xmlfoo:bar",null
257 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/namespace","xml:foo",null, "NAMESPACE_ERR"
259 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo",null,"NAMESPACE_ ERR"
260 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/","f1oo",null,"NAMESPACE _ERR"
262 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo1",null,"NAMESPACE _ERR"
263 PASS createDocument test: "http://www.w3.org/2000/xmlns/",":foo",null,"NAMESPACE _ERR"
264 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f:oo",null,"NAMESPACE _ERR"
265 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:",null,"NAMESPACE _ERR"
266 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml",null,"NAMESPACE_ ERR"
267 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns",null,null
268 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: characterSet aliases for "http://www.w3.org/2000/xmlns /","xmlns",null
270 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo",null,"NAMESPA CE_ERR"
271 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/","xmlns:foo",null,null
273 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: characterSet aliases for "http://www.w3.org/2000/xmlns /","xmlns:foo",null
275 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/","foo:xmlns",null,"NAME SPACE_ERR"
277 PASS createDocument test: "foo:","foo",null,null
278 FAIL createDocument test: metadata for "foo:","foo",null assert_equals: expected "about:blank" but got ""
279 PASS createDocument test: characterSet aliases for "foo:","foo",null
280 PASS createDocument test: "foo:","1foo",null,"INVALID_CHARACTER_ERR"
281 PASS createDocument test: "foo:","f1oo",null,null
282 FAIL createDocument test: metadata for "foo:","f1oo",null assert_equals: expecte d "about:blank" but got ""
283 PASS createDocument test: characterSet aliases for "foo:","f1oo",null
284 PASS createDocument test: "foo:","foo1",null,null
285 FAIL createDocument test: metadata for "foo:","foo1",null assert_equals: expecte d "about:blank" but got ""
286 PASS createDocument test: characterSet aliases for "foo:","foo1",null
287 PASS createDocument test: "foo:",":foo",null,"NAMESPACE_ERR"
288 PASS createDocument test: "foo:","f:oo",null,null
289 FAIL createDocument test: metadata for "foo:","f:oo",null assert_equals: expecte d "about:blank" but got ""
290 PASS createDocument test: characterSet aliases for "foo:","f:oo",null
291 PASS createDocument test: "foo:","foo:",null,"NAMESPACE_ERR"
292 PASS createDocument test: "foo:","xml",null,null
293 FAIL createDocument test: metadata for "foo:","xml",null assert_equals: expected "about:blank" but got ""
294 PASS createDocument test: characterSet aliases for "foo:","xml",null
295 PASS createDocument test: "foo:","xmlns",null,"NAMESPACE_ERR"
296 PASS createDocument test: "foo:","xmlfoo",null,null
297 FAIL createDocument test: metadata for "foo:","xmlfoo",null assert_equals: expec ted "about:blank" but got ""
298 PASS createDocument test: characterSet aliases for "foo:","xmlfoo",null
299 PASS createDocument test: "foo:","xml:foo",null,"NAMESPACE_ERR"
300 PASS createDocument test: "foo:","xmlns:foo",null,"NAMESPACE_ERR"
301 PASS createDocument test: "foo:","xmlfoo:bar",null,null
302 FAIL createDocument test: metadata for "foo:","xmlfoo:bar",null assert_equals: e xpected "about:blank" but got ""
303 PASS createDocument test: characterSet aliases for "foo:","xmlfoo:bar",null
304 PASS createDocument test: null,null,false,object "TypeError"
305 PASS createDocument test: null,"",null,null
306 FAIL createDocument test: metadata for null,"",null assert_equals: expected "abo ut:blank" but got ""
307 PASS createDocument test: characterSet aliases for null,"",null
308 PASS createDocument test: undefined,null,undefined,null
309 FAIL createDocument test: metadata for undefined,null,undefined assert_equals: e xpected "about:blank" but got ""
310 PASS createDocument test: characterSet aliases for undefined,null,undefined
311 PASS createDocument test: undefined,undefined,undefined,null
312 FAIL createDocument test: metadata for undefined,undefined,undefined assert_equa ls: expected "about:blank" but got ""
313 PASS createDocument test: characterSet aliases for undefined,undefined,undefined
314 PASS createDocument test: undefined,"",undefined,null
315 FAIL createDocument test: metadata for undefined,"",undefined assert_equals: exp ected "about:blank" but got ""
316 PASS createDocument test: characterSet aliases for undefined,"",undefined
317 PASS createDocument test: "http://example.com/",null,null,null
318 FAIL createDocument test: metadata for "http://example.com/",null,null assert_eq uals: expected "about:blank" but got ""
319 PASS createDocument test: characterSet aliases for "http://example.com/",null,nu ll
320 PASS createDocument test: "http://example.com/","",null,null
321 FAIL createDocument test: metadata for "http://example.com/","",null assert_equa ls: expected "about:blank" but got ""
322 PASS createDocument test: characterSet aliases for "http://example.com/","",null
323 PASS createDocument test: "/",null,null,null
324 FAIL createDocument test: metadata for "/",null,null assert_equals: expected "ab out:blank" but got ""
325 PASS createDocument test: characterSet aliases for "/",null,null
326 PASS createDocument test: "/","",null,null
327 FAIL createDocument test: metadata for "/","",null assert_equals: expected "abou t:blank" but got ""
328 PASS createDocument test: characterSet aliases for "/","",null
329 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",null,null,null
330 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: characterSet aliases for "http://www.w3.org/XML/1998/n amespace",null,null
332 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","",null,null
333 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","" ,null assert_equals: expected "about:blank" but got ""
334 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n amespace","",null
335 PASS createDocument test: "http://www.w3.org/2000/xmlns/",null,null,null
336 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/",null,null assert_equals: expected "about:blank" but got ""
337 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /",null,null
338 PASS createDocument test: "http://www.w3.org/2000/xmlns/","",null,null
339 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/","",null a ssert_equals: expected "about:blank" but got ""
340 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns /","",null
341 PASS createDocument test: "foo:",null,null,null
342 FAIL createDocument test: metadata for "foo:",null,null assert_equals: expected "about:blank" but got ""
343 PASS createDocument test: characterSet aliases for "foo:",null,null
344 PASS createDocument test: "foo:","",null,null
345 FAIL createDocument test: metadata for "foo:","",null assert_equals: expected "a bout:blank" but got ""
346 PASS createDocument test: characterSet aliases for "foo:","",null
347 PASS createDocument test: null,null,DocumentType node <!DOCTYPE foo>,null
348 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE foo > assert_equals: expected "about:blank" but got ""
349 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE foo>
350 PASS createDocument test: null,null,DocumentType node <!DOCTYPE html>,null
351 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE htm l> assert_equals: expected "about:blank" but got ""
352 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE html>
353 PASS createDocument test: null,null,DocumentType node <!DOCTYPE bar>,null
354 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE bar > assert_equals: expected "about:blank" but got ""
355 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE bar>
356 PASS createDocument test: null,null,DocumentType node <!DOCTYPE baz>,null
357 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE baz > assert_equals: expected "about:blank" but got ""
358 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE baz>
359 PASS createDocument test: null,null,DocumentType node <!DOCTYPE quz>,null
360 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE quz > assert_equals: expected "about:blank" but got ""
361 PASS createDocument test: characterSet aliases for null,null,DocumentType node < !DOCTYPE quz>
362 PASS createDocument test: null,"foo",DocumentType node <!DOCTYPE foo>,null
363 FAIL createDocument test: metadata for null,"foo",DocumentType node <!DOCTYPE fo o> assert_equals: expected "about:blank" but got ""
364 PASS createDocument test: characterSet aliases for null,"foo",DocumentType node <!DOCTYPE foo>
365 PASS createDocument test: "foo",null,DocumentType node <!DOCTYPE foo>,null
366 FAIL createDocument test: metadata for "foo",null,DocumentType node <!DOCTYPE fo o> assert_equals: expected "about:blank" but got ""
367 PASS createDocument test: characterSet aliases for "foo",null,DocumentType node <!DOCTYPE foo>
368 PASS createDocument test: "foo","bar",DocumentType node <!DOCTYPE foo>,null
369 FAIL createDocument test: metadata for "foo","bar",DocumentType node <!DOCTYPE f oo> assert_equals: expected "about:blank" but got ""
370 PASS createDocument test: characterSet aliases for "foo","bar",DocumentType node <!DOCTYPE foo>
371 PASS createDocument test: "http://www.w3.org/1999/xhtml","",null,null
372 FAIL createDocument test: metadata for "http://www.w3.org/1999/xhtml","",null as sert_equals: expected "about:blank" but got ""
373 PASS createDocument test: characterSet aliases for "http://www.w3.org/1999/xhtml ","",null
374 PASS createDocument test: "http://www.w3.org/2000/svg","",null,null
375 FAIL createDocument test: metadata for "http://www.w3.org/2000/svg","",null asse rt_equals: expected "about:blank" but got ""
376 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/svg", "",null
377 PASS createDocument test: "http://www.w3.org/1998/Math/MathML","",null,null
378 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: characterSet aliases for "http://www.w3.org/1998/Math/ MathML","",null
380 PASS createDocument test: null,"html",null,null
381 FAIL createDocument test: metadata for null,"html",null assert_equals: expected "about:blank" but got ""
382 PASS createDocument test: characterSet aliases for null,"html",null
383 PASS createDocument test: null,"svg",null,null
384 FAIL createDocument test: metadata for null,"svg",null assert_equals: expected " about:blank" but got ""
385 PASS createDocument test: characterSet aliases for null,"svg",null
386 PASS createDocument test: null,"math",null,null
387 FAIL createDocument test: metadata for null,"math",null assert_equals: expected "about:blank" but got ""
388 PASS createDocument test: characterSet aliases for null,"math",null
389 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 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 math -//W3C//DTD M athML 2.0//EN http://www.w3.org/Math/DTD/mathml2/mathml2.dtd>
392 PASS createDocument with missing arguments
393 Harness: the test ran to completion.
394
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698