blob: e7ef9972368fa01a27a31f631c4cc24ae3a97d09 [file] [log] [blame]
description(
"This test checks that a correct exception is raised when calculating the base value of a dot expression fails."
);
// Should be a DOM exception, not just some "TypeError: Null value".
shouldThrow('(document.appendChild()).foobar()', '"NotFoundError: An attempt was made to reference a Node in a context where it does not exist."');