blob: e3ed0d7d4b311048f71422fd6d9b21d0bce94648 [file] [edit]
<!DOCTYPE html>
<html>
<body>
<script src="../../../resources/js-test.js"></script>
<script>
description('This tests that manifest IDL attribute does not exist on html element');
shouldBeFalse('"manifest" in document.documentElement');
</script>
</body>
</html>