Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
dom
/
Document
/
script-tests
/
replaceChild-null-oldChild.js
blob: 06d41056ebc8ef5c8fd29165c1d5c4295683b7ce [
file
]
description
(
'Test behavior of Document.replaceChild() when oldChild is null.'
);
shouldThrow
(
'document.replaceChild(document.firstChild, null)'
,
'"Error: NOT_FOUND_ERR: DOM Exception 8"'
);