blob: a03c6e697cce799fbc8f61d2f808f461d7fa8caf [file] [log] [blame]
This test checks that a correct exception is raised when calculating the base value of a dot expression fails.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS (document.appendChild()).foobar() threw exception TypeError: Failed to execute 'appendChild' on 'Node': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE