blob: 937c307b42467bc80e5c2bb922b6e906fd3cf3cd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<script type="text/javascript">
description("Check for existence of Notification.permission");
shouldBeDefined("window.Notification");
shouldBeDefined("window.Notification.permission");
var successfullyParsed = true;
</script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>