| Index: LayoutTests/fast/dom/incompatible-operations-expected.txt
|
| diff --git a/LayoutTests/fast/dom/incompatible-operations-expected.txt b/LayoutTests/fast/dom/incompatible-operations-expected.txt
|
| index 4653ca9a456d8f84402786b8345aaaaa67406994..4080231c002e2c682f1a2b43d93b626c665d6d0b 100644
|
| --- a/LayoutTests/fast/dom/incompatible-operations-expected.txt
|
| +++ b/LayoutTests/fast/dom/incompatible-operations-expected.txt
|
| @@ -3,9 +3,9 @@ This test checks the behavior of DOM operations when called on non-DOM or incomp
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS aNode.appendChild(aDOMImplementation) threw exception Error: NotFoundError: DOM Exception 8.
|
| -PASS aNode.appendChild('knort') threw exception Error: NotFoundError: DOM Exception 8.
|
| -PASS aNode.appendChild(void 0) threw exception Error: NotFoundError: DOM Exception 8.
|
| +PASS aNode.appendChild(aDOMImplementation) threw exception NotFoundError: An attempt was made to reference a Node in a context where it does not exist..
|
| +PASS aNode.appendChild('knort') threw exception NotFoundError: An attempt was made to reference a Node in a context where it does not exist..
|
| +PASS aNode.appendChild(void 0) threw exception NotFoundError: An attempt was made to reference a Node in a context where it does not exist..
|
| PASS aNode.isSameNode(aDOMImplementation) is false
|
| PASS aNode.isSameNode('foo') is false
|
| PASS aNode.isSameNode(void 0) is false
|
|
|