blob: 2a1ab7cdb0d4dfe47a7d3eebaf5d04719294f58f [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Notifications: Displays the current permission level.</title>
</head>
<body>
<script>
document.write(Notification.permission);
</script>
</body>
</html>