| Index: third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js b/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js
|
| deleted file mode 100644
|
| index 9813699bd72485f14d5b399d4e9e48dc14bc0d25..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/replaceChild-null-oldChild.js
|
| +++ /dev/null
|
| @@ -1,3 +0,0 @@
|
| -description('Test behavior of Document.replaceChild() when oldChild is null.');
|
| -
|
| -shouldThrow('document.replaceChild(document.firstChild, null)', '"TypeError: Failed to execute \'replaceChild\' on \'Node\': parameter 2 is not of type \'Node\'."');
|
|
|