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>