| Index: LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js
|
| diff --git a/LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js b/LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js
|
| index 4ad94c552fc1f1aeeef26824b479fe9669625ae5..c88757f25976a256bd4cabd2d34c64a4ffe953e2 100644
|
| --- a/LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js
|
| +++ b/LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js
|
| @@ -1,3 +1,3 @@
|
| description('Test behavior of Document.replaceChild() when oldChild is null.');
|
|
|
| -shouldThrow('document.replaceChild(document.firstChild, null)', '"NotFoundError: An attempt was made to reference a Node in a context where it does not exist."');
|
| +shouldThrow('document.replaceChild(document.firstChild, null)', '"NotFoundError: Failed to execute \'replaceChild\' on \'ContainerNode\': The node to be replaced is null."');
|
|
|