OLD | NEW |
1 Test for the implementation of DOM Level 3 Core API on Node Interface: prefix se
tter. INVALID_CHARACTER_ERR: Raised if the specified prefix contains an illegal
character according to the XML version in use specified in the Document.xmlVersi
on attribute. http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSPrefix | 1 Test for the implementation of DOM Level 3 Core API on Node Interface: prefix se
tter. INVALID_CHARACTER_ERR: Raised if the specified prefix contains an illegal
character according to the XML version in use specified in the Document.xmlVersi
on attribute. http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSPrefix |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS prefixedElem.prefix = "." threw exception Error: InvalidCharacterError: DOM
Exception 5. | 6 PASS prefixedElem.prefix = "." threw exception InvalidCharacterError: An invalid
or illegal character was specified, such as in an XML name.. |
7 PASS prefixedElem.prefix is "before" | 7 PASS prefixedElem.prefix is "before" |
8 PASS prefixedElem.prefix = "x." is "x." | 8 PASS prefixedElem.prefix = "x." is "x." |
9 PASS prefixedElem.prefix is "x." | 9 PASS prefixedElem.prefix is "x." |
10 PASS prefixedElem.prefix = "0a" threw exception Error: InvalidCharacterError: DO
M Exception 5. | 10 PASS prefixedElem.prefix = "0a" threw exception InvalidCharacterError: An invali
d or illegal character was specified, such as in an XML name.. |
11 PASS prefixedElem.prefix is "before" | 11 PASS prefixedElem.prefix is "before" |
12 PASS prefixedElem.prefix = "a0" is "a0" | 12 PASS prefixedElem.prefix = "a0" is "a0" |
13 PASS prefixedElem.prefix is "a0" | 13 PASS prefixedElem.prefix is "a0" |
14 PASS prefixedElem.prefix = "_0" is "_0" | 14 PASS prefixedElem.prefix = "_0" is "_0" |
15 PASS prefixedElem.prefix is "_0" | 15 PASS prefixedElem.prefix is "_0" |
16 PASS prefixedElem.prefix = "×" threw exception Error: InvalidCharacterError: DOM
Exception 5. | 16 PASS prefixedElem.prefix = "×" threw exception InvalidCharacterError: An invalid
or illegal character was specified, such as in an XML name.. |
17 PASS prefixedElem.prefix is "before" | 17 PASS prefixedElem.prefix is "before" |
18 PASS prefixedElem.prefix = "·" threw exception Error: InvalidCharacterError: DOM
Exception 5. | 18 PASS prefixedElem.prefix = "·" threw exception InvalidCharacterError: An invalid
or illegal character was specified, such as in an XML name.. |
19 PASS prefixedElem.prefix is "before" | 19 PASS prefixedElem.prefix is "before" |
20 PASS prefixedElem.prefix = "aa" is "aa" | 20 PASS prefixedElem.prefix = "aa" is "aa" |
21 PASS prefixedElem.prefix is "aa" | 21 PASS prefixedElem.prefix is "aa" |
22 PASS prefixedElem.prefix = "\n" threw exception Error: InvalidCharacterError: DO
M Exception 5. | 22 PASS prefixedElem.prefix = "\n" threw exception InvalidCharacterError: An invali
d or illegal character was specified, such as in an XML name.. |
23 PASS prefixedElem.prefix is "before" | 23 PASS prefixedElem.prefix is "before" |
24 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
25 | 25 |
26 TEST COMPLETE | 26 TEST COMPLETE |
27 | 27 |
OLD | NEW |