| Index: LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
|
| diff --git a/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt b/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
|
| deleted file mode 100644
|
| index cabcc9f92f9df92002b60b9f10b296d227d5bfc9..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -Test how Node.prefix setter raises NAMESPACE_ERR.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS document.createElementNS(null, 'attr').prefix = 'abc' threw exception NamespaceError: Failed to set the 'prefix' property on 'Element': No namespace is set, so a namespace prefix may not be set..
|
| -PASS document.createElementNS('foo', 'bar').prefix = 'xml' threw exception NamespaceError: Failed to set the 'prefix' property on 'Element': The prefix 'xml' may not be set on namespace 'foo'..
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|