Sign in
◑
Theme
fuchsia
/
third_party
/
webkit
/
refs/heads/upstream/master
/
.
/
LayoutTests
/
js
/
dom
/
script-tests
/
dot-node-base-exception.js
blob: a5160596f850ee33a0310f280f4e5b356f3d3fb9 [
file
] [
edit
]
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()'
);