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