Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
fast
/
dom
/
DOMException
/
XPathException-obsolete.html
blob: ca664c49506c0d90170210b71dfbc6f0402fb563 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script
src
=
"../../../resources/js-test.js"
></script>
<script>
description
(
"Tests that the obsolete XPathException type is not exposed."
);
shouldBe
(
"window.XPathException"
,
"undefined"
);
</script>
</body>
</html>