Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
dom
/
DOMException
/
XPathException-obsolete.html
blob: ca664c49506c0d90170210b71dfbc6f0402fb563 [
file
] [
edit
]
<!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>