2 "This test checks that a correct exception is raised when calculating the base v
alue of a dot expression fails."
2 "This test checks that a correct exception is raised when calculating the base v
alue of a dot expression fails."
3 );
3 );
4
4
5 // Should be a DOM exception, not just some "TypeError: Null value".
5 // Should be a DOM exception, not just some "TypeError: Null value".
6shouldThrow('(document.appendChild()).foobar()', '"NotFoundError: An attempt was made to reference a Node in a context where it does not exist."');
6shouldThrow('(document.appendChild()).foobar()', '"NotFoundError: Failed to execute \'appendChild\' on \'ContainerNode\': The new child element is null."');
Issue 23889039: Improve 'ContainerNode' exception messages.
(Closed)
Created 7 years, 3 months ago by Mike West
Modified 7 years, 2 months ago
Reviewers: jochen (gone - plz use gerrit), arv (Not doing code reviews)
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 1