| Index: LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt
|
| diff --git a/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt b/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt
|
| index d518f70783546ebaaeaa88f5f12769605bb3df48..8e5d032d88d2cfcb8393d00ab7cecd41f9b21ee9 100644
|
| --- a/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt
|
| +++ b/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt
|
| @@ -3,7 +3,7 @@ Test that calling setAttributeNS() with a prefixed qualifiedName and null NS thr
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS document.createElement('test').setAttributeNS(null, 'foo:bar', 'baz') threw exception Error: NamespaceError: DOM Exception 14.
|
| +PASS document.createElement('test').setAttributeNS(null, 'foo:bar', 'baz') 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
|
|
|