Chromium Code Reviews| Index: LayoutTests/fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js |
| diff --git a/LayoutTests/fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js b/LayoutTests/fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js |
| deleted file mode 100644 |
| index 358d590caddf0b0331a7103bd03f5113ffdb7731..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js |
| +++ /dev/null |
| @@ -1,3 +0,0 @@ |
| -description("Test that calling setAttributeNS() with a prefixed qualifiedName and null NS throws NAMESPACE_ERR."); |
| - |
| -shouldThrow("document.createElement('test').setAttributeNS(null, 'foo:bar', 'baz')", '"NamespaceError: Failed to execute \'setAttributeNS\' on \'Element\': \'\' is an invalid namespace for attributes."'); |