| Index: LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt b/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt
|
| index dc8df05717f67d2270e5a5906ad9d50c72bc7ce3..0d49c08094dde6b4a6093e0ff41e57f7be0e7d34 100644
|
| --- a/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt
|
| +++ b/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt
|
| @@ -5,10 +5,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS createAttributeNS(undefined, undefined)
|
| PASS createAttributeNS(null, undefined)
|
| -PASS createAttributeNS(undefined, null); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided is empty.
|
| -PASS createAttributeNS(null, null); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided is empty.
|
| +PASS createAttributeNS(undefined, null)
|
| +PASS createAttributeNS(null, null)
|
| PASS createAttributeNS(null, ""); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided is empty.
|
| -PASS createAttributeNS("", null); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided is empty.
|
| +PASS createAttributeNS("", null)
|
| PASS createAttributeNS("", ""); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided is empty.
|
| PASS createAttributeNS(null, "<div>"); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided ('<div>') contains the invalid name-start character '<'.
|
| PASS createAttributeNS(null, "0div"); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided ('0div') contains the invalid name-start character '0'.
|
|
|