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: Failed to execute \'appendChild\' on \'ContainerNode\': The new child element is null."');
6shouldThrow('(document.appendChild()).foobar()', '"NotFoundError: Failed to execute \'appendChild\' on \'Node\': The new child element 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