Index: LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt |
diff --git a/LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt b/LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt |
index bbb166b227a52e65145adbf40487853b0d368d24..9b841c9fd75195f6190023022dc1a0755a1c7782 100644 |
--- a/LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt |
+++ b/LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt |
@@ -3,7 +3,7 @@ Test behavior of Document.replaceChild() when oldChild is null. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS document.replaceChild(document.firstChild, null) threw exception Error: NotFoundError: DOM Exception 8. |
+PASS document.replaceChild(document.firstChild, null) threw exception NotFoundError: An attempt was made to reference a Node in a context where it does not exist.. |
PASS successfullyParsed is true |
TEST COMPLETE |