1 description('Test behavior of Document.replaceChild() when oldChild is null.');
1 description('Test behavior of Document.replaceChild() when oldChild is null.');
2
2
3shouldThrow('document.replaceChild(document.firstChild, null)', '"NotFoundError: Failed to execute \'replaceChild\' on \'ContainerNode\': The node to be replaced is null."');
3shouldThrow('document.replaceChild(document.firstChild, null)', '"NotFoundError: Failed to execute \'replaceChild\' on \'Node\': The node to be replaced is null."');
Issue 24982002: Clean up ContainerNode exception messages.
(Closed)
Created 7 years, 2 months ago by Mike West
Modified 7 years, 2 months ago
Reviewers: jochen (gone - plz use gerrit)
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 0