| Index: LayoutTests/fast/dom/setAttributeNS-expected.txt
|
| diff --git a/LayoutTests/fast/dom/setAttributeNS-expected.txt b/LayoutTests/fast/dom/setAttributeNS-expected.txt
|
| index 2ebc8abdd86bbcc40c4c35fce131b5998f6d3a9a..a47258d64e5c94ed83f5b7f0f407505e5bf6b500 100644
|
| --- a/LayoutTests/fast/dom/setAttributeNS-expected.txt
|
| +++ b/LayoutTests/fast/dom/setAttributeNS-expected.txt
|
| @@ -1,3 +1,10 @@
|
| -This tests that setAttributeNS with a null namespaceURI actually sets it to the value null and not a string with the contents 'null'. If the test is sucessful, the text below should say "SUCCESS".
|
| -SUCCESS
|
| +Test that setAttributeNS with a null namespaceURI actually sets it to the value null and not a string with the contents 'null'.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS elem.attributes[0].namespaceURI is null
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|