Sign in
webkit
/
WebKit
/
1301b5dddcb28e452a3a8911596f68f5704bd0a8
/
.
/
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>