| Index: LayoutTests/fast/dom/script-tests/node-prefix-setter-namespace-exception.js
|
| diff --git a/LayoutTests/fast/dom/script-tests/node-prefix-setter-namespace-exception.js b/LayoutTests/fast/dom/script-tests/node-prefix-setter-namespace-exception.js
|
| deleted file mode 100644
|
| index 51c8e053673d6c788bb30f1612984fc8741d95dc..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/script-tests/node-prefix-setter-namespace-exception.js
|
| +++ /dev/null
|
| @@ -1,4 +0,0 @@
|
| -description("Test how Node.prefix setter raises NAMESPACE_ERR.");
|
| -
|
| -shouldThrow("document.createElementNS(null, 'attr').prefix = 'abc'");
|
| -shouldThrow("document.createElementNS('foo', 'bar').prefix = 'xml'");
|
|
|