| Index: LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
|
| diff --git a/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt b/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
|
| index 7634111fd795862fa7b3f4ff39a0cbb1bc720f24..07d4f721e045c128b634a6f24e7f7a7087cb10c4 100644
|
| --- a/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
|
| +++ b/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
|
| @@ -4,14 +4,14 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS href.prefix is null
|
| -PASS document.createAttribute('attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
|
| -PASS document.createAttributeNS(null, 'attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
|
| -PASS document.createElementNS(null, 'attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
|
| -PASS document.createAttributeNS('foo', 'bar').prefix = 'xml' threw exception Error: NamespaceError: DOM Exception 14.
|
| -PASS document.createElementNS('foo', 'bar').prefix = 'xml' threw exception Error: NamespaceError: DOM Exception 14.
|
| -PASS document.createAttribute('attr').prefix = 'xmlns' threw exception Error: NamespaceError: DOM Exception 14.
|
| -PASS document.createAttributeNS('foo', 'attr').prefix = 'xmlns' threw exception Error: NamespaceError: DOM Exception 14.
|
| -PASS document.createAttribute('xmlns').prefix = 'foo' threw exception Error: NamespaceError: DOM Exception 14.
|
| +PASS document.createAttribute('attr').prefix = 'abc' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
|
| +PASS document.createAttributeNS(null, 'attr').prefix = 'abc' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
|
| +PASS document.createElementNS(null, 'attr').prefix = 'abc' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
|
| +PASS document.createAttributeNS('foo', 'bar').prefix = 'xml' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
|
| +PASS document.createElementNS('foo', 'bar').prefix = 'xml' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
|
| +PASS document.createAttribute('attr').prefix = 'xmlns' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
|
| +PASS document.createAttributeNS('foo', 'attr').prefix = 'xmlns' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
|
| +PASS document.createAttribute('xmlns').prefix = 'foo' threw exception NamespaceError: An attempt was made to create or change an object in a way which is incorrect with regard to namespaces..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|