| 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
|
| deleted file mode 100644
|
| index 75ef23cb39a049891e06915bb55d2799968d8cb4..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -Test that calling setAttributeNS() with a prefixed qualifiedName and null NS throws NAMESPACE_ERR.
|
| -
|
| -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 NamespaceError: Failed to execute 'setAttributeNS' on 'Element': '' is an invalid namespace for attributes..
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|