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