OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) | 2 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) |
3 PASS createDocument test: null,undefined,null,null | 3 PASS createDocument test: null,undefined,null,null |
4 FAIL createDocument test 0: metadata for null,undefined,null assert_equals: expe
cted "about:blank" but got "" | 4 FAIL createDocument test: metadata for null,undefined,null assert_equals: expect
ed "about:blank" but got "" |
5 PASS createDocument test 0: characterSet aliases for null,undefined,null | 5 PASS createDocument test: characterSet aliases for null,undefined,null |
6 PASS createDocument test: null,"foo",null,null | 6 PASS createDocument test: null,"foo",null,null |
7 FAIL createDocument test 1: metadata for null,"foo",null assert_equals: expected
"about:blank" but got "" | 7 FAIL createDocument test: metadata for null,"foo",null assert_equals: expected "
about:blank" but got "" |
8 PASS createDocument test 1: characterSet aliases for null,"foo",null | 8 PASS createDocument test: characterSet aliases for null,"foo",null |
9 PASS createDocument test: null,"1foo",null,"INVALID_CHARACTER_ERR" | 9 PASS createDocument test: null,"1foo",null,"INVALID_CHARACTER_ERR" |
10 PASS createDocument test: null,"f1oo",null,null | 10 PASS createDocument test: null,"f1oo",null,null |
11 FAIL createDocument test 3: metadata for null,"f1oo",null assert_equals: expecte
d "about:blank" but got "" | 11 FAIL createDocument test: metadata for null,"f1oo",null assert_equals: expected
"about:blank" but got "" |
12 PASS createDocument test 3: characterSet aliases for null,"f1oo",null | 12 PASS createDocument test: characterSet aliases for null,"f1oo",null |
13 PASS createDocument test: null,"foo1",null,null | 13 PASS createDocument test: null,"foo1",null,null |
14 FAIL createDocument test 4: metadata for null,"foo1",null assert_equals: expecte
d "about:blank" but got "" | 14 FAIL createDocument test: metadata for null,"foo1",null assert_equals: expected
"about:blank" but got "" |
15 PASS createDocument test 4: characterSet aliases for null,"foo1",null | 15 PASS createDocument test: characterSet aliases for null,"foo1",null |
16 PASS createDocument test: null,"̀foo",null,"INVALID_CHARACTER_ERR" | 16 PASS createDocument test: null,"̀foo",null,"INVALID_CHARACTER_ERR" |
17 PASS createDocument test: null,"}foo",null,"INVALID_CHARACTER_ERR" | 17 PASS createDocument test: null,"}foo",null,"INVALID_CHARACTER_ERR" |
18 PASS createDocument test: null,"f}oo",null,"INVALID_CHARACTER_ERR" | 18 PASS createDocument test: null,"f}oo",null,"INVALID_CHARACTER_ERR" |
19 PASS createDocument test: null,"foo}",null,"INVALID_CHARACTER_ERR" | 19 PASS createDocument test: null,"foo}",null,"INVALID_CHARACTER_ERR" |
20 PASS createDocument test: null,"\ufffffoo",null,"INVALID_CHARACTER_ERR" | 20 PASS createDocument test: null,"\ufffffoo",null,"INVALID_CHARACTER_ERR" |
21 PASS createDocument test: null,"f\uffffoo",null,"INVALID_CHARACTER_ERR" | 21 PASS createDocument test: null,"f\uffffoo",null,"INVALID_CHARACTER_ERR" |
22 PASS createDocument test: null,"foo\uffff",null,"INVALID_CHARACTER_ERR" | 22 PASS createDocument test: null,"foo\uffff",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,"foo>",null,"INVALID_CHARACTER_ERR" | 24 PASS createDocument test: null,"foo>",null,"INVALID_CHARACTER_ERR" |
25 PASS createDocument test: null,"<foo>",null,"INVALID_CHARACTER_ERR" | 25 PASS createDocument test: null,"<foo>",null,"INVALID_CHARACTER_ERR" |
26 PASS createDocument test: null,"f<oo",null,"INVALID_CHARACTER_ERR" | 26 PASS createDocument test: null,"f<oo",null,"INVALID_CHARACTER_ERR" |
27 PASS createDocument test: null,"^^",null,"INVALID_CHARACTER_ERR" | 27 PASS createDocument test: null,"^^",null,"INVALID_CHARACTER_ERR" |
28 PASS createDocument test: null,":foo",null,"NAMESPACE_ERR" | 28 PASS createDocument test: null,":foo",null,"NAMESPACE_ERR" |
29 PASS createDocument test: null,"f:oo",null,"NAMESPACE_ERR" | 29 PASS createDocument test: null,"f:oo",null,"NAMESPACE_ERR" |
30 PASS createDocument test: null,"foo:",null,"NAMESPACE_ERR" | 30 PASS createDocument test: null,"foo:",null,"NAMESPACE_ERR" |
31 PASS createDocument test: null,":",null,"NAMESPACE_ERR" | 31 PASS createDocument test: null,":",null,"NAMESPACE_ERR" |
32 PASS createDocument test: null,"xml",null,null | 32 PASS createDocument test: null,"xml",null,null |
33 FAIL createDocument test 21: metadata for null,"xml",null assert_equals: expecte
d "about:blank" but got "" | 33 FAIL createDocument test: metadata for null,"xml",null assert_equals: expected "
about:blank" but got "" |
34 PASS createDocument test 21: characterSet aliases for null,"xml",null | 34 PASS createDocument test: characterSet aliases for null,"xml",null |
35 PASS createDocument test: null,"xmlns",null,"NAMESPACE_ERR" | 35 PASS createDocument test: null,"xmlns",null,"NAMESPACE_ERR" |
36 PASS createDocument test: null,"xmlfoo",null,null | 36 PASS createDocument test: null,"xmlfoo",null,null |
37 FAIL createDocument test 23: metadata for null,"xmlfoo",null assert_equals: expe
cted "about:blank" but got "" | 37 FAIL createDocument test: metadata for null,"xmlfoo",null assert_equals: expecte
d "about:blank" but got "" |
38 PASS createDocument test 23: characterSet aliases for null,"xmlfoo",null | 38 PASS createDocument test: characterSet aliases for null,"xmlfoo",null |
39 PASS createDocument test: null,"xml:foo",null,"NAMESPACE_ERR" | 39 PASS createDocument test: null,"xml:foo",null,"NAMESPACE_ERR" |
40 PASS createDocument test: null,"xmlns:foo",null,"NAMESPACE_ERR" | 40 PASS createDocument test: null,"xmlns:foo",null,"NAMESPACE_ERR" |
41 PASS createDocument test: null,"xmlfoo:bar",null,"NAMESPACE_ERR" | 41 PASS createDocument test: null,"xmlfoo:bar",null,"NAMESPACE_ERR" |
42 PASS createDocument test: null,"null:xml",null,"NAMESPACE_ERR" | 42 PASS createDocument test: null,"null:xml",null,"NAMESPACE_ERR" |
43 PASS createDocument test: "",":foo",null,"NAMESPACE_ERR" | 43 PASS createDocument test: "",":foo",null,"NAMESPACE_ERR" |
44 PASS createDocument test: "","f:oo",null,"NAMESPACE_ERR" | 44 PASS createDocument test: "","f:oo",null,"NAMESPACE_ERR" |
45 PASS createDocument test: "","foo:",null,"NAMESPACE_ERR" | 45 PASS createDocument test: "","foo:",null,"NAMESPACE_ERR" |
46 PASS createDocument test: undefined,undefined,null,null | 46 PASS createDocument test: undefined,undefined,null,null |
47 FAIL createDocument test 31: metadata for undefined,undefined,null assert_equals
: expected "about:blank" but got "" | 47 FAIL createDocument test: metadata for undefined,undefined,null assert_equals: e
xpected "about:blank" but got "" |
48 PASS createDocument test 31: characterSet aliases for undefined,undefined,null | 48 PASS createDocument test: characterSet aliases for undefined,undefined,null |
49 PASS createDocument test: undefined,"foo",null,null | 49 PASS createDocument test: undefined,"foo",null,null |
50 FAIL createDocument test 32: metadata for undefined,"foo",null assert_equals: ex
pected "about:blank" but got "" | 50 FAIL createDocument test: metadata for undefined,"foo",null assert_equals: expec
ted "about:blank" but got "" |
51 PASS createDocument test 32: characterSet aliases for undefined,"foo",null | 51 PASS createDocument test: characterSet aliases for undefined,"foo",null |
52 PASS createDocument test: undefined,"1foo",null,"INVALID_CHARACTER_ERR" | 52 PASS createDocument test: undefined,"1foo",null,"INVALID_CHARACTER_ERR" |
53 PASS createDocument test: undefined,"f1oo",null,null | 53 PASS createDocument test: undefined,"f1oo",null,null |
54 FAIL createDocument test 34: metadata for undefined,"f1oo",null assert_equals: e
xpected "about:blank" but got "" | 54 FAIL createDocument test: metadata for undefined,"f1oo",null assert_equals: expe
cted "about:blank" but got "" |
55 PASS createDocument test 34: characterSet aliases for undefined,"f1oo",null | 55 PASS createDocument test: characterSet aliases for undefined,"f1oo",null |
56 PASS createDocument test: undefined,"foo1",null,null | 56 PASS createDocument test: undefined,"foo1",null,null |
57 FAIL createDocument test 35: metadata for undefined,"foo1",null assert_equals: e
xpected "about:blank" but got "" | 57 FAIL createDocument test: metadata for undefined,"foo1",null assert_equals: expe
cted "about:blank" but got "" |
58 PASS createDocument test 35: characterSet aliases for undefined,"foo1",null | 58 PASS createDocument test: characterSet aliases for undefined,"foo1",null |
59 PASS createDocument test: undefined,":foo",null,"NAMESPACE_ERR" | 59 PASS createDocument test: undefined,":foo",null,"NAMESPACE_ERR" |
60 PASS createDocument test: undefined,"f:oo",null,"NAMESPACE_ERR" | 60 PASS createDocument test: undefined,"f:oo",null,"NAMESPACE_ERR" |
61 PASS createDocument test: undefined,"foo:",null,"NAMESPACE_ERR" | 61 PASS createDocument test: undefined,"foo:",null,"NAMESPACE_ERR" |
62 PASS createDocument test: undefined,"xml",null,null | 62 PASS createDocument test: undefined,"xml",null,null |
63 FAIL createDocument test 39: metadata for undefined,"xml",null assert_equals: ex
pected "about:blank" but got "" | 63 FAIL createDocument test: metadata for undefined,"xml",null assert_equals: expec
ted "about:blank" but got "" |
64 PASS createDocument test 39: characterSet aliases for undefined,"xml",null | 64 PASS createDocument test: characterSet aliases for undefined,"xml",null |
65 PASS createDocument test: undefined,"xmlns",null,"NAMESPACE_ERR" | 65 PASS createDocument test: undefined,"xmlns",null,"NAMESPACE_ERR" |
66 PASS createDocument test: undefined,"xmlfoo",null,null | 66 PASS createDocument test: undefined,"xmlfoo",null,null |
67 FAIL createDocument test 41: metadata for undefined,"xmlfoo",null assert_equals:
expected "about:blank" but got "" | 67 FAIL createDocument test: metadata for undefined,"xmlfoo",null assert_equals: ex
pected "about:blank" but got "" |
68 PASS createDocument test 41: characterSet aliases for undefined,"xmlfoo",null | 68 PASS createDocument test: characterSet aliases for undefined,"xmlfoo",null |
69 PASS createDocument test: undefined,"xml:foo",null,"NAMESPACE_ERR" | 69 PASS createDocument test: undefined,"xml:foo",null,"NAMESPACE_ERR" |
70 PASS createDocument test: undefined,"xmlns:foo",null,"NAMESPACE_ERR" | 70 PASS createDocument test: undefined,"xmlns:foo",null,"NAMESPACE_ERR" |
71 PASS createDocument test: undefined,"xmlfoo:bar",null,"NAMESPACE_ERR" | 71 PASS createDocument test: undefined,"xmlfoo:bar",null,"NAMESPACE_ERR" |
72 PASS createDocument test: "http://example.com/","foo",null,null | 72 PASS createDocument test: "http://example.com/","foo",null,null |
73 FAIL createDocument test 45: metadata for "http://example.com/","foo",null asser
t_equals: expected "about:blank" but got "" | 73 FAIL createDocument test: metadata for "http://example.com/","foo",null assert_e
quals: expected "about:blank" but got "" |
74 PASS createDocument test 45: characterSet aliases for "http://example.com/","foo
",null | 74 PASS createDocument test: characterSet aliases for "http://example.com/","foo",n
ull |
75 PASS createDocument test: "http://example.com/","1foo",null,"INVALID_CHARACTER_E
RR" | 75 PASS createDocument test: "http://example.com/","1foo",null,"INVALID_CHARACTER_E
RR" |
76 PASS createDocument test: "http://example.com/","f1oo",null,null | 76 PASS createDocument test: "http://example.com/","f1oo",null,null |
77 FAIL createDocument test 47: metadata for "http://example.com/","f1oo",null asse
rt_equals: expected "about:blank" but got "" | 77 FAIL createDocument test: metadata for "http://example.com/","f1oo",null assert_
equals: expected "about:blank" but got "" |
78 PASS createDocument test 47: characterSet aliases for "http://example.com/","f1o
o",null | 78 PASS createDocument test: characterSet aliases for "http://example.com/","f1oo",
null |
79 PASS createDocument test: "http://example.com/","foo1",null,null | 79 PASS createDocument test: "http://example.com/","foo1",null,null |
80 FAIL createDocument test 48: metadata for "http://example.com/","foo1",null asse
rt_equals: expected "about:blank" but got "" | 80 FAIL createDocument test: metadata for "http://example.com/","foo1",null assert_
equals: expected "about:blank" but got "" |
81 PASS createDocument test 48: characterSet aliases for "http://example.com/","foo
1",null | 81 PASS createDocument test: characterSet aliases for "http://example.com/","foo1",
null |
82 PASS createDocument test: "http://example.com/",":foo",null,"NAMESPACE_ERR" | 82 PASS createDocument test: "http://example.com/",":foo",null,"NAMESPACE_ERR" |
83 PASS createDocument test: "http://example.com/","f:oo",null,null | 83 PASS createDocument test: "http://example.com/","f:oo",null,null |
84 FAIL createDocument test 50: metadata for "http://example.com/","f:oo",null asse
rt_equals: expected "about:blank" but got "" | 84 FAIL createDocument test: metadata for "http://example.com/","f:oo",null assert_
equals: expected "about:blank" but got "" |
85 PASS createDocument test 50: characterSet aliases for "http://example.com/","f:o
o",null | 85 PASS createDocument test: characterSet aliases for "http://example.com/","f:oo",
null |
86 PASS createDocument test: "http://example.com/","foo:",null,"NAMESPACE_ERR" | 86 PASS createDocument test: "http://example.com/","foo:",null,"NAMESPACE_ERR" |
87 PASS createDocument test: "http://example.com/","_:_",null,null | 87 PASS createDocument test: "http://example.com/","_:_",null,null |
88 FAIL createDocument test 52: metadata for "http://example.com/","_:_",null asser
t_equals: expected "about:blank" but got "" | 88 FAIL createDocument test: metadata for "http://example.com/","_:_",null assert_e
quals: expected "about:blank" but got "" |
89 PASS createDocument test 52: characterSet aliases for "http://example.com/","_:_
",null | 89 PASS createDocument test: characterSet aliases for "http://example.com/","_:_",n
ull |
90 PASS createDocument test: "http://example.com/","_:h0",null,null | 90 PASS createDocument test: "http://example.com/","_:h0",null,null |
91 FAIL createDocument test 53: metadata for "http://example.com/","_:h0",null asse
rt_equals: expected "about:blank" but got "" | 91 FAIL createDocument test: metadata for "http://example.com/","_:h0",null assert_
equals: expected "about:blank" but got "" |
92 PASS createDocument test 53: characterSet aliases for "http://example.com/","_:h
0",null | 92 PASS createDocument test: characterSet aliases for "http://example.com/","_:h0",
null |
93 PASS createDocument test: "http://example.com/","_:test",null,null | 93 PASS createDocument test: "http://example.com/","_:test",null,null |
94 FAIL createDocument test 54: metadata for "http://example.com/","_:test",null as
sert_equals: expected "about:blank" but got "" | 94 FAIL createDocument test: metadata for "http://example.com/","_:test",null asser
t_equals: expected "about:blank" but got "" |
95 PASS createDocument test 54: characterSet aliases for "http://example.com/","_:t
est",null | 95 PASS createDocument test: characterSet aliases for "http://example.com/","_:test
",null |
96 PASS createDocument test: "http://example.com/","l_:_",null,null | 96 PASS createDocument test: "http://example.com/","l_:_",null,null |
97 FAIL createDocument test 55: metadata for "http://example.com/","l_:_",null asse
rt_equals: expected "about:blank" but got "" | 97 FAIL createDocument test: metadata for "http://example.com/","l_:_",null assert_
equals: expected "about:blank" but got "" |
98 PASS createDocument test 55: characterSet aliases for "http://example.com/","l_:
_",null | 98 PASS createDocument test: characterSet aliases for "http://example.com/","l_:_",
null |
99 PASS createDocument test: "http://example.com/","ns:_0",null,null | 99 PASS createDocument test: "http://example.com/","ns:_0",null,null |
100 FAIL createDocument test 56: metadata for "http://example.com/","ns:_0",null ass
ert_equals: expected "about:blank" but got "" | 100 FAIL createDocument test: metadata for "http://example.com/","ns:_0",null assert
_equals: expected "about:blank" but got "" |
101 PASS createDocument test 56: characterSet aliases for "http://example.com/","ns:
_0",null | 101 PASS createDocument test: characterSet aliases for "http://example.com/","ns:_0"
,null |
102 PASS createDocument test: "http://example.com/","ns:a0",null,null | 102 PASS createDocument test: "http://example.com/","ns:a0",null,null |
103 FAIL createDocument test 57: metadata for "http://example.com/","ns:a0",null ass
ert_equals: expected "about:blank" but got "" | 103 FAIL createDocument test: metadata for "http://example.com/","ns:a0",null assert
_equals: expected "about:blank" but got "" |
104 PASS createDocument test 57: characterSet aliases for "http://example.com/","ns:
a0",null | 104 PASS createDocument test: characterSet aliases for "http://example.com/","ns:a0"
,null |
105 PASS createDocument test: "http://example.com/","ns0:test",null,null | 105 PASS createDocument test: "http://example.com/","ns0:test",null,null |
106 FAIL createDocument test 58: metadata for "http://example.com/","ns0:test",null
assert_equals: expected "about:blank" but got "" | 106 FAIL createDocument test: metadata for "http://example.com/","ns0:test",null ass
ert_equals: expected "about:blank" but got "" |
107 PASS createDocument test 58: characterSet aliases for "http://example.com/","ns0
:test",null | 107 PASS createDocument test: characterSet aliases for "http://example.com/","ns0:te
st",null |
108 PASS createDocument test: "http://example.com/","a.b:c",null,null | 108 PASS createDocument test: "http://example.com/","a.b:c",null,null |
109 FAIL createDocument test 59: metadata for "http://example.com/","a.b:c",null ass
ert_equals: expected "about:blank" but got "" | 109 FAIL createDocument test: metadata for "http://example.com/","a.b:c",null assert
_equals: expected "about:blank" but got "" |
110 PASS createDocument test 59: characterSet aliases for "http://example.com/","a.b
:c",null | 110 PASS createDocument test: characterSet aliases for "http://example.com/","a.b:c"
,null |
111 PASS createDocument test: "http://example.com/","a-b:c",null,null | 111 PASS createDocument test: "http://example.com/","a-b:c",null,null |
112 FAIL createDocument test 60: metadata for "http://example.com/","a-b:c",null ass
ert_equals: expected "about:blank" but got "" | 112 FAIL createDocument test: metadata for "http://example.com/","a-b:c",null assert
_equals: expected "about:blank" but got "" |
113 PASS createDocument test 60: characterSet aliases for "http://example.com/","a-b
:c",null | 113 PASS createDocument test: characterSet aliases for "http://example.com/","a-b:c"
,null |
114 PASS createDocument test: "http://example.com/","xml",null,null | 114 PASS createDocument test: "http://example.com/","xml",null,null |
115 FAIL createDocument test 61: metadata for "http://example.com/","xml",null asser
t_equals: expected "about:blank" but got "" | 115 FAIL createDocument test: metadata for "http://example.com/","xml",null assert_e
quals: expected "about:blank" but got "" |
116 PASS createDocument test 61: characterSet aliases for "http://example.com/","xml
",null | 116 PASS createDocument test: characterSet aliases for "http://example.com/","xml",n
ull |
117 PASS createDocument test: "http://example.com/","xmlns",null,"NAMESPACE_ERR" | 117 PASS createDocument test: "http://example.com/","xmlns",null,"NAMESPACE_ERR" |
118 PASS createDocument test: "http://example.com/","XMLNS",null,null | 118 PASS createDocument test: "http://example.com/","XMLNS",null,null |
119 FAIL createDocument test 63: metadata for "http://example.com/","XMLNS",null ass
ert_equals: expected "about:blank" but got "" | 119 FAIL createDocument test: metadata for "http://example.com/","XMLNS",null assert
_equals: expected "about:blank" but got "" |
120 PASS createDocument test 63: characterSet aliases for "http://example.com/","XML
NS",null | 120 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS"
,null |
121 PASS createDocument test: "http://example.com/","xmlfoo",null,null | 121 PASS createDocument test: "http://example.com/","xmlfoo",null,null |
122 FAIL createDocument test 64: metadata for "http://example.com/","xmlfoo",null as
sert_equals: expected "about:blank" but got "" | 122 FAIL createDocument test: metadata for "http://example.com/","xmlfoo",null asser
t_equals: expected "about:blank" but got "" |
123 PASS createDocument test 64: characterSet aliases for "http://example.com/","xml
foo",null | 123 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo
",null |
124 PASS createDocument test: "http://example.com/","xml:foo",null,"NAMESPACE_ERR" | 124 PASS createDocument test: "http://example.com/","xml:foo",null,"NAMESPACE_ERR" |
125 PASS createDocument test: "http://example.com/","XML:foo",null,null | 125 PASS createDocument test: "http://example.com/","XML:foo",null,null |
126 FAIL createDocument test 66: metadata for "http://example.com/","XML:foo",null a
ssert_equals: expected "about:blank" but got "" | 126 FAIL createDocument test: metadata for "http://example.com/","XML:foo",null asse
rt_equals: expected "about:blank" but got "" |
127 PASS createDocument test 66: characterSet aliases for "http://example.com/","XML
:foo",null | 127 PASS createDocument test: characterSet aliases for "http://example.com/","XML:fo
o",null |
128 PASS createDocument test: "http://example.com/","xmlns:foo",null,"NAMESPACE_ERR"
| 128 PASS createDocument test: "http://example.com/","xmlns:foo",null,"NAMESPACE_ERR"
|
129 PASS createDocument test: "http://example.com/","XMLNS:foo",null,null | 129 PASS createDocument test: "http://example.com/","XMLNS:foo",null,null |
130 FAIL createDocument test 68: metadata for "http://example.com/","XMLNS:foo",null
assert_equals: expected "about:blank" but got "" | 130 FAIL createDocument test: metadata for "http://example.com/","XMLNS:foo",null as
sert_equals: expected "about:blank" but got "" |
131 PASS createDocument test 68: characterSet aliases for "http://example.com/","XML
NS:foo",null | 131 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS:
foo",null |
132 PASS createDocument test: "http://example.com/","xmlfoo:bar",null,null | 132 PASS createDocument test: "http://example.com/","xmlfoo:bar",null,null |
133 FAIL createDocument test 69: metadata for "http://example.com/","xmlfoo:bar",nul
l assert_equals: expected "about:blank" but got "" | 133 FAIL createDocument test: metadata for "http://example.com/","xmlfoo:bar",null a
ssert_equals: expected "about:blank" but got "" |
134 PASS createDocument test 69: characterSet aliases for "http://example.com/","xml
foo:bar",null | 134 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo
:bar",null |
135 PASS createDocument test: "http://example.com/","prefix::local",null,"NAMESPACE_
ERR" | 135 PASS createDocument test: "http://example.com/","prefix::local",null,"NAMESPACE_
ERR" |
136 PASS createDocument test: "http://example.com/","namespaceURI:{",null,"INVALID_C
HARACTER_ERR" | 136 PASS createDocument test: "http://example.com/","namespaceURI:{",null,"INVALID_C
HARACTER_ERR" |
137 PASS createDocument test: "http://example.com/","namespaceURI:}",null,"INVALID_C
HARACTER_ERR" | 137 PASS createDocument test: "http://example.com/","namespaceURI:}",null,"INVALID_C
HARACTER_ERR" |
138 PASS createDocument test: "http://example.com/","namespaceURI:~",null,"INVALID_C
HARACTER_ERR" | 138 PASS createDocument test: "http://example.com/","namespaceURI:~",null,"INVALID_C
HARACTER_ERR" |
139 PASS createDocument test: "http://example.com/","namespaceURI:'",null,"INVALID_C
HARACTER_ERR" | 139 PASS createDocument test: "http://example.com/","namespaceURI:'",null,"INVALID_C
HARACTER_ERR" |
140 PASS createDocument test: "http://example.com/","namespaceURI:!",null,"INVALID_C
HARACTER_ERR" | 140 PASS createDocument test: "http://example.com/","namespaceURI:!",null,"INVALID_C
HARACTER_ERR" |
141 PASS createDocument test: "http://example.com/","namespaceURI:@",null,"INVALID_C
HARACTER_ERR" | 141 PASS createDocument test: "http://example.com/","namespaceURI:@",null,"INVALID_C
HARACTER_ERR" |
142 PASS createDocument test: "http://example.com/","namespaceURI:#",null,"INVALID_C
HARACTER_ERR" | 142 PASS createDocument test: "http://example.com/","namespaceURI:#",null,"INVALID_C
HARACTER_ERR" |
143 PASS createDocument test: "http://example.com/","namespaceURI:$",null,"INVALID_C
HARACTER_ERR" | 143 PASS createDocument test: "http://example.com/","namespaceURI:$",null,"INVALID_C
HARACTER_ERR" |
144 PASS createDocument test: "http://example.com/","namespaceURI:%",null,"INVALID_C
HARACTER_ERR" | 144 PASS createDocument test: "http://example.com/","namespaceURI:%",null,"INVALID_C
HARACTER_ERR" |
145 PASS createDocument test: "http://example.com/","namespaceURI:^",null,"INVALID_C
HARACTER_ERR" | 145 PASS createDocument test: "http://example.com/","namespaceURI:^",null,"INVALID_C
HARACTER_ERR" |
146 PASS createDocument test: "http://example.com/","namespaceURI:&",null,"INVALID_C
HARACTER_ERR" | 146 PASS createDocument test: "http://example.com/","namespaceURI:&",null,"INVALID_C
HARACTER_ERR" |
147 PASS createDocument test: "http://example.com/","namespaceURI:*",null,"INVALID_C
HARACTER_ERR" | 147 PASS createDocument test: "http://example.com/","namespaceURI:*",null,"INVALID_C
HARACTER_ERR" |
148 PASS createDocument test: "http://example.com/","namespaceURI:(",null,"INVALID_C
HARACTER_ERR" | 148 PASS createDocument test: "http://example.com/","namespaceURI:(",null,"INVALID_C
HARACTER_ERR" |
149 PASS createDocument test: "http://example.com/","namespaceURI:)",null,"INVALID_C
HARACTER_ERR" | 149 PASS createDocument test: "http://example.com/","namespaceURI:)",null,"INVALID_C
HARACTER_ERR" |
150 PASS createDocument test: "http://example.com/","namespaceURI:+",null,"INVALID_C
HARACTER_ERR" | 150 PASS createDocument test: "http://example.com/","namespaceURI:+",null,"INVALID_C
HARACTER_ERR" |
151 PASS createDocument test: "http://example.com/","namespaceURI:=",null,"INVALID_C
HARACTER_ERR" | 151 PASS createDocument test: "http://example.com/","namespaceURI:=",null,"INVALID_C
HARACTER_ERR" |
152 PASS createDocument test: "http://example.com/","namespaceURI:[",null,"INVALID_C
HARACTER_ERR" | 152 PASS createDocument test: "http://example.com/","namespaceURI:[",null,"INVALID_C
HARACTER_ERR" |
153 PASS createDocument test: "http://example.com/","namespaceURI:]",null,"INVALID_C
HARACTER_ERR" | 153 PASS createDocument test: "http://example.com/","namespaceURI:]",null,"INVALID_C
HARACTER_ERR" |
154 PASS createDocument test: "http://example.com/","namespaceURI:\\",null,"INVALID_
CHARACTER_ERR" | 154 PASS createDocument test: "http://example.com/","namespaceURI:\\",null,"INVALID_
CHARACTER_ERR" |
155 PASS createDocument test: "http://example.com/","namespaceURI:/",null,"INVALID_C
HARACTER_ERR" | 155 PASS createDocument test: "http://example.com/","namespaceURI:/",null,"INVALID_C
HARACTER_ERR" |
156 PASS createDocument test: "http://example.com/","namespaceURI:;",null,"INVALID_C
HARACTER_ERR" | 156 PASS createDocument test: "http://example.com/","namespaceURI:;",null,"INVALID_C
HARACTER_ERR" |
157 PASS createDocument test: "http://example.com/","namespaceURI:`",null,"INVALID_C
HARACTER_ERR" | 157 PASS createDocument test: "http://example.com/","namespaceURI:`",null,"INVALID_C
HARACTER_ERR" |
158 PASS createDocument test: "http://example.com/","namespaceURI:<",null,"INVALID_C
HARACTER_ERR" | 158 PASS createDocument test: "http://example.com/","namespaceURI:<",null,"INVALID_C
HARACTER_ERR" |
159 PASS createDocument test: "http://example.com/","namespaceURI:>",null,"INVALID_C
HARACTER_ERR" | 159 PASS createDocument test: "http://example.com/","namespaceURI:>",null,"INVALID_C
HARACTER_ERR" |
160 PASS createDocument test: "http://example.com/","namespaceURI:,",null,"INVALID_C
HARACTER_ERR" | 160 PASS createDocument test: "http://example.com/","namespaceURI:,",null,"INVALID_C
HARACTER_ERR" |
161 PASS createDocument test: "http://example.com/","namespaceURI:a ",null,"INVALID_
CHARACTER_ERR" | 161 PASS createDocument test: "http://example.com/","namespaceURI:a ",null,"INVALID_
CHARACTER_ERR" |
162 PASS createDocument test: "http://example.com/","namespaceURI:\"",null,"INVALID_
CHARACTER_ERR" | 162 PASS createDocument test: "http://example.com/","namespaceURI:\"",null,"INVALID_
CHARACTER_ERR" |
163 PASS createDocument test: "/","foo",null,null | 163 PASS createDocument test: "/","foo",null,null |
164 FAIL createDocument test 98: metadata for "/","foo",null assert_equals: expected
"about:blank" but got "" | 164 FAIL createDocument test: metadata for "/","foo",null assert_equals: expected "a
bout:blank" but got "" |
165 PASS createDocument test 98: characterSet aliases for "/","foo",null | 165 PASS createDocument test: characterSet aliases for "/","foo",null |
166 PASS createDocument test: "/","1foo",null,"INVALID_CHARACTER_ERR" | 166 PASS createDocument test: "/","1foo",null,"INVALID_CHARACTER_ERR" |
167 PASS createDocument test: "/","f1oo",null,null | 167 PASS createDocument test: "/","f1oo",null,null |
168 FAIL createDocument test 100: metadata for "/","f1oo",null assert_equals: expect
ed "about:blank" but got "" | 168 FAIL createDocument test: metadata for "/","f1oo",null assert_equals: expected "
about:blank" but got "" |
169 PASS createDocument test 100: characterSet aliases for "/","f1oo",null | 169 PASS createDocument test: characterSet aliases for "/","f1oo",null |
170 PASS createDocument test: "/","foo1",null,null | 170 PASS createDocument test: "/","foo1",null,null |
171 FAIL createDocument test 101: metadata for "/","foo1",null assert_equals: expect
ed "about:blank" but got "" | 171 FAIL createDocument test: metadata for "/","foo1",null assert_equals: expected "
about:blank" but got "" |
172 PASS createDocument test 101: characterSet aliases for "/","foo1",null | 172 PASS createDocument test: characterSet aliases for "/","foo1",null |
173 PASS createDocument test: "/",":foo",null,"NAMESPACE_ERR" | 173 PASS createDocument test: "/",":foo",null,"NAMESPACE_ERR" |
174 PASS createDocument test: "/","f:oo",null,null | 174 PASS createDocument test: "/","f:oo",null,null |
175 FAIL createDocument test 103: metadata for "/","f:oo",null assert_equals: expect
ed "about:blank" but got "" | 175 FAIL createDocument test: metadata for "/","f:oo",null assert_equals: expected "
about:blank" but got "" |
176 PASS createDocument test 103: characterSet aliases for "/","f:oo",null | 176 PASS createDocument test: characterSet aliases for "/","f:oo",null |
177 PASS createDocument test: "/","foo:",null,"NAMESPACE_ERR" | 177 PASS createDocument test: "/","foo:",null,"NAMESPACE_ERR" |
178 PASS createDocument test: "/","xml",null,null | 178 PASS createDocument test: "/","xml",null,null |
179 FAIL createDocument test 105: metadata for "/","xml",null assert_equals: expecte
d "about:blank" but got "" | 179 FAIL createDocument test: metadata for "/","xml",null assert_equals: expected "a
bout:blank" but got "" |
180 PASS createDocument test 105: characterSet aliases for "/","xml",null | 180 PASS createDocument test: characterSet aliases for "/","xml",null |
181 PASS createDocument test: "/","xmlns",null,"NAMESPACE_ERR" | 181 PASS createDocument test: "/","xmlns",null,"NAMESPACE_ERR" |
182 PASS createDocument test: "/","xmlfoo",null,null | 182 PASS createDocument test: "/","xmlfoo",null,null |
183 FAIL createDocument test 107: metadata for "/","xmlfoo",null assert_equals: expe
cted "about:blank" but got "" | 183 FAIL createDocument test: metadata for "/","xmlfoo",null assert_equals: expected
"about:blank" but got "" |
184 PASS createDocument test 107: characterSet aliases for "/","xmlfoo",null | 184 PASS createDocument test: characterSet aliases for "/","xmlfoo",null |
185 PASS createDocument test: "/","xml:foo",null,"NAMESPACE_ERR" | 185 PASS createDocument test: "/","xml:foo",null,"NAMESPACE_ERR" |
186 PASS createDocument test: "/","xmlns:foo",null,"NAMESPACE_ERR" | 186 PASS createDocument test: "/","xmlns:foo",null,"NAMESPACE_ERR" |
187 PASS createDocument test: "/","xmlfoo:bar",null,null | 187 PASS createDocument test: "/","xmlfoo:bar",null,null |
188 FAIL createDocument test 110: metadata for "/","xmlfoo:bar",null assert_equals:
expected "about:blank" but got "" | 188 FAIL createDocument test: metadata for "/","xmlfoo:bar",null assert_equals: expe
cted "about:blank" but got "" |
189 PASS createDocument test 110: characterSet aliases for "/","xmlfoo:bar",null | 189 PASS createDocument test: characterSet aliases for "/","xmlfoo:bar",null |
190 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo",null,null
| 190 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo",null,null
|
191 FAIL createDocument test 111: metadata for "http://www.w3.org/XML/1998/namespace
","foo",null assert_equals: expected "about:blank" but got "" | 191 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f
oo",null assert_equals: expected "about:blank" but got "" |
192 PASS createDocument test 111: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","foo",null | 192 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","foo",null |
193 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","1foo",null,"IN
VALID_CHARACTER_ERR" | 193 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","1foo",null,"IN
VALID_CHARACTER_ERR" |
194 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","f1oo",null,nul
l | 194 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","f1oo",null,nul
l |
195 FAIL createDocument test 113: metadata for "http://www.w3.org/XML/1998/namespace
","f1oo",null assert_equals: expected "about:blank" but got "" | 195 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f
1oo",null assert_equals: expected "about:blank" but got "" |
196 PASS createDocument test 113: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","f1oo",null | 196 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","f1oo",null |
197 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo1",null,nul
l | 197 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo1",null,nul
l |
198 FAIL createDocument test 114: metadata for "http://www.w3.org/XML/1998/namespace
","foo1",null assert_equals: expected "about:blank" but got "" | 198 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f
oo1",null assert_equals: expected "about:blank" but got "" |
199 PASS createDocument test 114: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","foo1",null | 199 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","foo1",null |
200 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",":foo",null,"NA
MESPACE_ERR" | 200 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",":foo",null,"NA
MESPACE_ERR" |
201 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","f:oo",null,nul
l | 201 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","f:oo",null,nul
l |
202 FAIL createDocument test 116: metadata for "http://www.w3.org/XML/1998/namespace
","f:oo",null assert_equals: expected "about:blank" but got "" | 202 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","f
:oo",null assert_equals: expected "about:blank" but got "" |
203 PASS createDocument test 116: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","f:oo",null | 203 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","f:oo",null |
204 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo:",null,"NA
MESPACE_ERR" | 204 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","foo:",null,"NA
MESPACE_ERR" |
205 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml",null,null
| 205 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml",null,null
|
206 FAIL createDocument test 118: metadata for "http://www.w3.org/XML/1998/namespace
","xml",null assert_equals: expected "about:blank" but got "" | 206 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x
ml",null assert_equals: expected "about:blank" but got "" |
207 PASS createDocument test 118: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","xml",null | 207 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","xml",null |
208 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlns",null,"N
AMESPACE_ERR" | 208 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlns",null,"N
AMESPACE_ERR" |
209 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlfoo",null,n
ull | 209 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlfoo",null,n
ull |
210 FAIL createDocument test 120: metadata for "http://www.w3.org/XML/1998/namespace
","xmlfoo",null assert_equals: expected "about:blank" but got "" | 210 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x
mlfoo",null assert_equals: expected "about:blank" but got "" |
211 PASS createDocument test 120: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","xmlfoo",null | 211 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","xmlfoo",null |
212 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml:foo",null,
null | 212 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xml:foo",null,
null |
213 FAIL createDocument test 121: metadata for "http://www.w3.org/XML/1998/namespace
","xml:foo",null assert_equals: expected "about:blank" but got "" | 213 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x
ml:foo",null assert_equals: expected "about:blank" but got "" |
214 PASS createDocument test 121: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","xml:foo",null | 214 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","xml:foo",null |
215 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlns:foo",nul
l,"NAMESPACE_ERR" | 215 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlns:foo",nul
l,"NAMESPACE_ERR" |
216 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlfoo:bar",nu
ll,null | 216 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","xmlfoo:bar",nu
ll,null |
217 FAIL createDocument test 123: metadata for "http://www.w3.org/XML/1998/namespace
","xmlfoo:bar",null assert_equals: expected "about:blank" but got "" | 217 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace","x
mlfoo:bar",null assert_equals: expected "about:blank" but got "" |
218 PASS createDocument test 123: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","xmlfoo:bar",null | 218 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","xmlfoo:bar",null |
219 PASS createDocument test: "http://www.w3.org/XML/1998/namespaces","xml:foo",null
,"NAMESPACE_ERR" | 219 PASS createDocument test: "http://www.w3.org/XML/1998/namespaces","xml:foo",null
,"NAMESPACE_ERR" |
220 PASS createDocument test: "http://www.w3.org/xml/1998/namespace","xml:foo",null,
"NAMESPACE_ERR" | 220 PASS createDocument test: "http://www.w3.org/xml/1998/namespace","xml:foo",null,
"NAMESPACE_ERR" |
221 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo",null,"NAMESPACE_
ERR" | 221 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo",null,"NAMESPACE_
ERR" |
222 PASS createDocument test: "http://www.w3.org/2000/xmlns/","1foo",null,"INVALID_C
HARACTER_ERR" | 222 PASS createDocument test: "http://www.w3.org/2000/xmlns/","1foo",null,"INVALID_C
HARACTER_ERR" |
223 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f1oo",null,"NAMESPACE
_ERR" | 223 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f1oo",null,"NAMESPACE
_ERR" |
224 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo1",null,"NAMESPACE
_ERR" | 224 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo1",null,"NAMESPACE
_ERR" |
225 PASS createDocument test: "http://www.w3.org/2000/xmlns/",":foo",null,"NAMESPACE
_ERR" | 225 PASS createDocument test: "http://www.w3.org/2000/xmlns/",":foo",null,"NAMESPACE
_ERR" |
226 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f:oo",null,"NAMESPACE
_ERR" | 226 PASS createDocument test: "http://www.w3.org/2000/xmlns/","f:oo",null,"NAMESPACE
_ERR" |
227 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:",null,"NAMESPACE
_ERR" | 227 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:",null,"NAMESPACE
_ERR" |
228 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml",null,"NAMESPACE_
ERR" | 228 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml",null,"NAMESPACE_
ERR" |
229 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns",null,null | 229 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns",null,null |
230 FAIL createDocument test 134: metadata for "http://www.w3.org/2000/xmlns/","xmln
s",null assert_equals: expected "about:blank" but got "" | 230 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/","xmlns",n
ull assert_equals: expected "about:blank" but got "" |
231 PASS createDocument test 134: characterSet aliases for "http://www.w3.org/2000/x
mlns/","xmlns",null | 231 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns
/","xmlns",null |
232 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo",null,"NAMESPA
CE_ERR" | 232 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo",null,"NAMESPA
CE_ERR" |
233 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml:foo",null,"NAMESP
ACE_ERR" | 233 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xml:foo",null,"NAMESP
ACE_ERR" |
234 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns:foo",null,null | 234 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlns:foo",null,null |
235 FAIL createDocument test 137: metadata for "http://www.w3.org/2000/xmlns/","xmln
s:foo",null assert_equals: expected "about:blank" but got "" | 235 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/","xmlns:fo
o",null assert_equals: expected "about:blank" but got "" |
236 PASS createDocument test 137: characterSet aliases for "http://www.w3.org/2000/x
mlns/","xmlns:foo",null | 236 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns
/","xmlns:foo",null |
237 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo:bar",null,"NAM
ESPACE_ERR" | 237 PASS createDocument test: "http://www.w3.org/2000/xmlns/","xmlfoo:bar",null,"NAM
ESPACE_ERR" |
238 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:xmlns",null,"NAME
SPACE_ERR" | 238 PASS createDocument test: "http://www.w3.org/2000/xmlns/","foo:xmlns",null,"NAME
SPACE_ERR" |
239 PASS createDocument test: "foo:","foo",null,null | 239 PASS createDocument test: "foo:","foo",null,null |
240 FAIL createDocument test 140: metadata for "foo:","foo",null assert_equals: expe
cted "about:blank" but got "" | 240 FAIL createDocument test: metadata for "foo:","foo",null assert_equals: expected
"about:blank" but got "" |
241 PASS createDocument test 140: characterSet aliases for "foo:","foo",null | 241 PASS createDocument test: characterSet aliases for "foo:","foo",null |
242 PASS createDocument test: "foo:","1foo",null,"INVALID_CHARACTER_ERR" | 242 PASS createDocument test: "foo:","1foo",null,"INVALID_CHARACTER_ERR" |
243 PASS createDocument test: "foo:","f1oo",null,null | 243 PASS createDocument test: "foo:","f1oo",null,null |
244 FAIL createDocument test 142: metadata for "foo:","f1oo",null assert_equals: exp
ected "about:blank" but got "" | 244 FAIL createDocument test: metadata for "foo:","f1oo",null assert_equals: expecte
d "about:blank" but got "" |
245 PASS createDocument test 142: characterSet aliases for "foo:","f1oo",null | 245 PASS createDocument test: characterSet aliases for "foo:","f1oo",null |
246 PASS createDocument test: "foo:","foo1",null,null | 246 PASS createDocument test: "foo:","foo1",null,null |
247 FAIL createDocument test 143: metadata for "foo:","foo1",null assert_equals: exp
ected "about:blank" but got "" | 247 FAIL createDocument test: metadata for "foo:","foo1",null assert_equals: expecte
d "about:blank" but got "" |
248 PASS createDocument test 143: characterSet aliases for "foo:","foo1",null | 248 PASS createDocument test: characterSet aliases for "foo:","foo1",null |
249 PASS createDocument test: "foo:",":foo",null,"NAMESPACE_ERR" | 249 PASS createDocument test: "foo:",":foo",null,"NAMESPACE_ERR" |
250 PASS createDocument test: "foo:","f:oo",null,null | 250 PASS createDocument test: "foo:","f:oo",null,null |
251 FAIL createDocument test 145: metadata for "foo:","f:oo",null assert_equals: exp
ected "about:blank" but got "" | 251 FAIL createDocument test: metadata for "foo:","f:oo",null assert_equals: expecte
d "about:blank" but got "" |
252 PASS createDocument test 145: characterSet aliases for "foo:","f:oo",null | 252 PASS createDocument test: characterSet aliases for "foo:","f:oo",null |
253 PASS createDocument test: "foo:","foo:",null,"NAMESPACE_ERR" | 253 PASS createDocument test: "foo:","foo:",null,"NAMESPACE_ERR" |
254 PASS createDocument test: "foo:","xml",null,null | 254 PASS createDocument test: "foo:","xml",null,null |
255 FAIL createDocument test 147: metadata for "foo:","xml",null assert_equals: expe
cted "about:blank" but got "" | 255 FAIL createDocument test: metadata for "foo:","xml",null assert_equals: expected
"about:blank" but got "" |
256 PASS createDocument test 147: characterSet aliases for "foo:","xml",null | 256 PASS createDocument test: characterSet aliases for "foo:","xml",null |
257 PASS createDocument test: "foo:","xmlns",null,"NAMESPACE_ERR" | 257 PASS createDocument test: "foo:","xmlns",null,"NAMESPACE_ERR" |
258 PASS createDocument test: "foo:","xmlfoo",null,null | 258 PASS createDocument test: "foo:","xmlfoo",null,null |
259 FAIL createDocument test 149: metadata for "foo:","xmlfoo",null assert_equals: e
xpected "about:blank" but got "" | 259 FAIL createDocument test: metadata for "foo:","xmlfoo",null assert_equals: expec
ted "about:blank" but got "" |
260 PASS createDocument test 149: characterSet aliases for "foo:","xmlfoo",null | 260 PASS createDocument test: characterSet aliases for "foo:","xmlfoo",null |
261 PASS createDocument test: "foo:","xml:foo",null,"NAMESPACE_ERR" | 261 PASS createDocument test: "foo:","xml:foo",null,"NAMESPACE_ERR" |
262 PASS createDocument test: "foo:","xmlns:foo",null,"NAMESPACE_ERR" | 262 PASS createDocument test: "foo:","xmlns:foo",null,"NAMESPACE_ERR" |
263 PASS createDocument test: "foo:","xmlfoo:bar",null,null | 263 PASS createDocument test: "foo:","xmlfoo:bar",null,null |
264 FAIL createDocument test 152: metadata for "foo:","xmlfoo:bar",null assert_equal
s: expected "about:blank" but got "" | 264 FAIL createDocument test: metadata for "foo:","xmlfoo:bar",null assert_equals: e
xpected "about:blank" but got "" |
265 PASS createDocument test 152: characterSet aliases for "foo:","xmlfoo:bar",null | 265 PASS createDocument test: characterSet aliases for "foo:","xmlfoo:bar",null |
266 PASS createDocument test: null,null,false,object "TypeError" | 266 PASS createDocument test: null,null,false,object "TypeError" |
267 PASS createDocument test: null,null,null,null | 267 PASS createDocument test: null,null,null,null |
268 FAIL createDocument test 154: metadata for null,null,null assert_equals: expecte
d "about:blank" but got "" | 268 FAIL createDocument test: metadata for null,null,null assert_equals: expected "a
bout:blank" but got "" |
269 PASS createDocument test 154: characterSet aliases for null,null,null | 269 PASS createDocument test: characterSet aliases for null,null,null |
270 PASS createDocument test: null,"",null,null | 270 PASS createDocument test: null,"",null,null |
271 FAIL createDocument test 155: metadata for null,"",null assert_equals: expected
"about:blank" but got "" | 271 FAIL createDocument test: metadata for null,"",null assert_equals: expected "abo
ut:blank" but got "" |
272 PASS createDocument test 155: characterSet aliases for null,"",null | 272 PASS createDocument test: characterSet aliases for null,"",null |
273 PASS createDocument test: undefined,null,undefined,null | 273 PASS createDocument test: undefined,null,undefined,null |
274 FAIL createDocument test 156: metadata for undefined,null,undefined assert_equal
s: expected "about:blank" but got "" | 274 FAIL createDocument test: metadata for undefined,null,undefined assert_equals: e
xpected "about:blank" but got "" |
275 PASS createDocument test 156: characterSet aliases for undefined,null,undefined | 275 PASS createDocument test: characterSet aliases for undefined,null,undefined |
276 PASS createDocument test: undefined,undefined,undefined,null | 276 PASS createDocument test: undefined,undefined,undefined,null |
277 FAIL createDocument test 157: metadata for undefined,undefined,undefined assert_
equals: expected "about:blank" but got "" | 277 FAIL createDocument test: metadata for undefined,undefined,undefined assert_equa
ls: expected "about:blank" but got "" |
278 PASS createDocument test 157: characterSet aliases for undefined,undefined,undef
ined | 278 PASS createDocument test: characterSet aliases for undefined,undefined,undefined
|
279 PASS createDocument test: undefined,"",undefined,null | 279 PASS createDocument test: undefined,"",undefined,null |
280 FAIL createDocument test 158: metadata for undefined,"",undefined assert_equals:
expected "about:blank" but got "" | 280 FAIL createDocument test: metadata for undefined,"",undefined assert_equals: exp
ected "about:blank" but got "" |
281 PASS createDocument test 158: characterSet aliases for undefined,"",undefined | 281 PASS createDocument test: characterSet aliases for undefined,"",undefined |
282 PASS createDocument test: "http://example.com/",null,null,null | 282 PASS createDocument test: "http://example.com/",null,null,null |
283 FAIL createDocument test 159: metadata for "http://example.com/",null,null asser
t_equals: expected "about:blank" but got "" | 283 FAIL createDocument test: metadata for "http://example.com/",null,null assert_eq
uals: expected "about:blank" but got "" |
284 PASS createDocument test 159: characterSet aliases for "http://example.com/",nul
l,null | 284 PASS createDocument test: characterSet aliases for "http://example.com/",null,nu
ll |
285 PASS createDocument test: "http://example.com/","",null,null | 285 PASS createDocument test: "http://example.com/","",null,null |
286 FAIL createDocument test 160: metadata for "http://example.com/","",null assert_
equals: expected "about:blank" but got "" | 286 FAIL createDocument test: metadata for "http://example.com/","",null assert_equa
ls: expected "about:blank" but got "" |
287 PASS createDocument test 160: characterSet aliases for "http://example.com/","",
null | 287 PASS createDocument test: characterSet aliases for "http://example.com/","",null
|
288 PASS createDocument test: "/",null,null,null | 288 PASS createDocument test: "/",null,null,null |
289 FAIL createDocument test 161: metadata for "/",null,null assert_equals: expected
"about:blank" but got "" | 289 FAIL createDocument test: metadata for "/",null,null assert_equals: expected "ab
out:blank" but got "" |
290 PASS createDocument test 161: characterSet aliases for "/",null,null | 290 PASS createDocument test: characterSet aliases for "/",null,null |
291 PASS createDocument test: "/","",null,null | 291 PASS createDocument test: "/","",null,null |
292 FAIL createDocument test 162: metadata for "/","",null assert_equals: expected "
about:blank" but got "" | 292 FAIL createDocument test: metadata for "/","",null assert_equals: expected "abou
t:blank" but got "" |
293 PASS createDocument test 162: characterSet aliases for "/","",null | 293 PASS createDocument test: characterSet aliases for "/","",null |
294 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",null,null,null | 294 PASS createDocument test: "http://www.w3.org/XML/1998/namespace",null,null,null |
295 FAIL createDocument test 163: metadata for "http://www.w3.org/XML/1998/namespace
",null,null assert_equals: expected "about:blank" but got "" | 295 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace",nu
ll,null assert_equals: expected "about:blank" but got "" |
296 PASS createDocument test 163: characterSet aliases for "http://www.w3.org/XML/19
98/namespace",null,null | 296 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace",null,null |
297 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","",null,null | 297 PASS createDocument test: "http://www.w3.org/XML/1998/namespace","",null,null |
298 FAIL createDocument test 164: metadata for "http://www.w3.org/XML/1998/namespace
","",null assert_equals: expected "about:blank" but got "" | 298 FAIL createDocument test: metadata for "http://www.w3.org/XML/1998/namespace",""
,null assert_equals: expected "about:blank" but got "" |
299 PASS createDocument test 164: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","",null | 299 PASS createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/n
amespace","",null |
300 PASS createDocument test: "http://www.w3.org/2000/xmlns/",null,null,null | 300 PASS createDocument test: "http://www.w3.org/2000/xmlns/",null,null,null |
301 FAIL createDocument test 165: metadata for "http://www.w3.org/2000/xmlns/",null,
null assert_equals: expected "about:blank" but got "" | 301 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/",null,null
assert_equals: expected "about:blank" but got "" |
302 PASS createDocument test 165: characterSet aliases for "http://www.w3.org/2000/x
mlns/",null,null | 302 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns
/",null,null |
303 PASS createDocument test: "http://www.w3.org/2000/xmlns/","",null,null | 303 PASS createDocument test: "http://www.w3.org/2000/xmlns/","",null,null |
304 FAIL createDocument test 166: metadata for "http://www.w3.org/2000/xmlns/","",nu
ll assert_equals: expected "about:blank" but got "" | 304 FAIL createDocument test: metadata for "http://www.w3.org/2000/xmlns/","",null a
ssert_equals: expected "about:blank" but got "" |
305 PASS createDocument test 166: characterSet aliases for "http://www.w3.org/2000/x
mlns/","",null | 305 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/xmlns
/","",null |
306 PASS createDocument test: "foo:",null,null,null | 306 PASS createDocument test: "foo:",null,null,null |
307 FAIL createDocument test 167: metadata for "foo:",null,null assert_equals: expec
ted "about:blank" but got "" | 307 FAIL createDocument test: metadata for "foo:",null,null assert_equals: expected
"about:blank" but got "" |
308 PASS createDocument test 167: characterSet aliases for "foo:",null,null | 308 PASS createDocument test: characterSet aliases for "foo:",null,null |
309 PASS createDocument test: "foo:","",null,null | 309 PASS createDocument test: "foo:","",null,null |
310 FAIL createDocument test 168: metadata for "foo:","",null assert_equals: expecte
d "about:blank" but got "" | 310 FAIL createDocument test: metadata for "foo:","",null assert_equals: expected "a
bout:blank" but got "" |
311 PASS createDocument test 168: characterSet aliases for "foo:","",null | 311 PASS createDocument test: characterSet aliases for "foo:","",null |
312 PASS createDocument test: null,null,DocumentType node <!DOCTYPE foo>,null | 312 PASS createDocument test: null,null,DocumentType node <!DOCTYPE foo>,null |
313 FAIL createDocument test 169: metadata for null,null,DocumentType node <!DOCTYPE
foo> assert_equals: expected "about:blank" but got "" | 313 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE foo
> assert_equals: expected "about:blank" but got "" |
314 PASS createDocument test 169: characterSet aliases for null,null,DocumentType no
de <!DOCTYPE foo> | 314 PASS createDocument test: characterSet aliases for null,null,DocumentType node <
!DOCTYPE foo> |
315 PASS createDocument test: null,null,DocumentType node <!DOCTYPE html>,null | 315 PASS createDocument test: null,null,DocumentType node <!DOCTYPE html>,null |
316 FAIL createDocument test 170: metadata for null,null,DocumentType node <!DOCTYPE
html> assert_equals: expected "about:blank" but got "" | 316 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE htm
l> assert_equals: expected "about:blank" but got "" |
317 PASS createDocument test 170: characterSet aliases for null,null,DocumentType no
de <!DOCTYPE html> | 317 PASS createDocument test: characterSet aliases for null,null,DocumentType node <
!DOCTYPE html> |
318 PASS createDocument test: null,null,DocumentType node <!DOCTYPE bar>,null | 318 PASS createDocument test: null,null,DocumentType node <!DOCTYPE bar>,null |
319 FAIL createDocument test 171: metadata for null,null,DocumentType node <!DOCTYPE
bar> assert_equals: expected "about:blank" but got "" | 319 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE bar
> assert_equals: expected "about:blank" but got "" |
320 PASS createDocument test 171: characterSet aliases for null,null,DocumentType no
de <!DOCTYPE bar> | 320 PASS createDocument test: characterSet aliases for null,null,DocumentType node <
!DOCTYPE bar> |
321 PASS createDocument test: null,null,DocumentType node <!DOCTYPE baz>,null | 321 PASS createDocument test: null,null,DocumentType node <!DOCTYPE baz>,null |
322 FAIL createDocument test 172: metadata for null,null,DocumentType node <!DOCTYPE
baz> assert_equals: expected "about:blank" but got "" | 322 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE baz
> assert_equals: expected "about:blank" but got "" |
323 PASS createDocument test 172: characterSet aliases for null,null,DocumentType no
de <!DOCTYPE baz> | 323 PASS createDocument test: characterSet aliases for null,null,DocumentType node <
!DOCTYPE baz> |
324 PASS createDocument test: null,null,DocumentType node <!DOCTYPE quz>,null | 324 PASS createDocument test: null,null,DocumentType node <!DOCTYPE quz>,null |
325 FAIL createDocument test 173: metadata for null,null,DocumentType node <!DOCTYPE
quz> assert_equals: expected "about:blank" but got "" | 325 FAIL createDocument test: metadata for null,null,DocumentType node <!DOCTYPE quz
> assert_equals: expected "about:blank" but got "" |
326 PASS createDocument test 173: characterSet aliases for null,null,DocumentType no
de <!DOCTYPE quz> | 326 PASS createDocument test: characterSet aliases for null,null,DocumentType node <
!DOCTYPE quz> |
327 PASS createDocument test: null,"foo",DocumentType node <!DOCTYPE foo>,null | 327 PASS createDocument test: null,"foo",DocumentType node <!DOCTYPE foo>,null |
328 FAIL createDocument test 174: metadata for null,"foo",DocumentType node <!DOCTYP
E foo> assert_equals: expected "about:blank" but got "" | 328 FAIL createDocument test: metadata for null,"foo",DocumentType node <!DOCTYPE fo
o> assert_equals: expected "about:blank" but got "" |
329 PASS createDocument test 174: characterSet aliases for null,"foo",DocumentType n
ode <!DOCTYPE foo> | 329 PASS createDocument test: characterSet aliases for null,"foo",DocumentType node
<!DOCTYPE foo> |
330 PASS createDocument test: "foo",null,DocumentType node <!DOCTYPE foo>,null | 330 PASS createDocument test: "foo",null,DocumentType node <!DOCTYPE foo>,null |
331 FAIL createDocument test 175: metadata for "foo",null,DocumentType node <!DOCTYP
E foo> assert_equals: expected "about:blank" but got "" | 331 FAIL createDocument test: metadata for "foo",null,DocumentType node <!DOCTYPE fo
o> assert_equals: expected "about:blank" but got "" |
332 PASS createDocument test 175: characterSet aliases for "foo",null,DocumentType n
ode <!DOCTYPE foo> | 332 PASS createDocument test: characterSet aliases for "foo",null,DocumentType node
<!DOCTYPE foo> |
333 PASS createDocument test: "foo","bar",DocumentType node <!DOCTYPE foo>,null | 333 PASS createDocument test: "foo","bar",DocumentType node <!DOCTYPE foo>,null |
334 FAIL createDocument test 176: metadata for "foo","bar",DocumentType node <!DOCTY
PE foo> assert_equals: expected "about:blank" but got "" | 334 FAIL createDocument test: metadata for "foo","bar",DocumentType node <!DOCTYPE f
oo> assert_equals: expected "about:blank" but got "" |
335 PASS createDocument test 176: characterSet aliases for "foo","bar",DocumentType
node <!DOCTYPE foo> | 335 PASS createDocument test: characterSet aliases for "foo","bar",DocumentType node
<!DOCTYPE foo> |
336 PASS createDocument test: "http://www.w3.org/1999/xhtml","",null,null | 336 PASS createDocument test: "http://www.w3.org/1999/xhtml","",null,null |
337 FAIL createDocument test 177: metadata for "http://www.w3.org/1999/xhtml","",nul
l assert_equals: expected "about:blank" but got "" | 337 FAIL createDocument test: metadata for "http://www.w3.org/1999/xhtml","",null as
sert_equals: expected "about:blank" but got "" |
338 PASS createDocument test 177: characterSet aliases for "http://www.w3.org/1999/x
html","",null | 338 PASS createDocument test: characterSet aliases for "http://www.w3.org/1999/xhtml
","",null |
339 PASS createDocument test: "http://www.w3.org/2000/svg","",null,null | 339 PASS createDocument test: "http://www.w3.org/2000/svg","",null,null |
340 FAIL createDocument test 178: metadata for "http://www.w3.org/2000/svg","",null
assert_equals: expected "about:blank" but got "" | 340 FAIL createDocument test: metadata for "http://www.w3.org/2000/svg","",null asse
rt_equals: expected "about:blank" but got "" |
341 PASS createDocument test 178: characterSet aliases for "http://www.w3.org/2000/s
vg","",null | 341 PASS createDocument test: characterSet aliases for "http://www.w3.org/2000/svg",
"",null |
342 PASS createDocument test: "http://www.w3.org/1998/Math/MathML","",null,null | 342 PASS createDocument test: "http://www.w3.org/1998/Math/MathML","",null,null |
343 FAIL createDocument test 179: metadata for "http://www.w3.org/1998/Math/MathML",
"",null assert_equals: expected "about:blank" but got "" | 343 FAIL createDocument test: metadata for "http://www.w3.org/1998/Math/MathML","",n
ull assert_equals: expected "about:blank" but got "" |
344 PASS createDocument test 179: characterSet aliases for "http://www.w3.org/1998/M
ath/MathML","",null | 344 PASS createDocument test: characterSet aliases for "http://www.w3.org/1998/Math/
MathML","",null |
345 PASS createDocument test: null,"html",null,null | 345 PASS createDocument test: null,"html",null,null |
346 FAIL createDocument test 180: metadata for null,"html",null assert_equals: expec
ted "about:blank" but got "" | 346 FAIL createDocument test: metadata for null,"html",null assert_equals: expected
"about:blank" but got "" |
347 PASS createDocument test 180: characterSet aliases for null,"html",null | 347 PASS createDocument test: characterSet aliases for null,"html",null |
348 PASS createDocument test: null,"svg",null,null | 348 PASS createDocument test: null,"svg",null,null |
349 FAIL createDocument test 181: metadata for null,"svg",null assert_equals: expect
ed "about:blank" but got "" | 349 FAIL createDocument test: metadata for null,"svg",null assert_equals: expected "
about:blank" but got "" |
350 PASS createDocument test 181: characterSet aliases for null,"svg",null | 350 PASS createDocument test: characterSet aliases for null,"svg",null |
351 PASS createDocument test: null,"math",null,null | 351 PASS createDocument test: null,"math",null,null |
352 FAIL createDocument test 182: metadata for null,"math",null assert_equals: expec
ted "about:blank" but got "" | 352 FAIL createDocument test: metadata for null,"math",null assert_equals: expected
"about:blank" but got "" |
353 PASS createDocument test 182: characterSet aliases for null,"math",null | 353 PASS createDocument test: characterSet aliases for null,"math",null |
354 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> | 354 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> |
355 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> | 355 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> |
356 PASS createDocument test: null,"",DocumentType node <!DOCTYPE math -//W3C//DTD M
athML 2.0//EN http://www.w3.org/Math/DTD/mathml2/mathml2.dtd> | 356 PASS createDocument test: null,"",DocumentType node <!DOCTYPE math -//W3C//DTD M
athML 2.0//EN http://www.w3.org/Math/DTD/mathml2/mathml2.dtd> |
357 PASS createDocument with missing arguments | 357 PASS createDocument with missing arguments |
358 Harness: the test ran to completion. | 358 Harness: the test ran to completion. |
359 | 359 |
OLD | NEW |