blob: d8b201e42efea8b627465bd6c34f9f83b50451f6 [file] [log] [blame]
Michael[tm] Smith29e47812015-07-03 13:39:011<!DOCTYPE html>
2<meta charset="utf-8">
3<title>Notification.permission (basic)</title>
4<link rel="author" title="Intel" href="http://www.intel.com/">
5<link rel="author" title="Xin Liu" href="mailto:xinx.liu@intel.com">
6<script src="/resources/testharness.js"></script>
7<script src="/resources/testharnessreport.js"></script>
8<script>
9test(function() {
10 assert_in_array(Notification.permission,
11 ["default", "denied", "granted"],
12 "Notification.permission")
13}, "Checked the Notification.permission property.")
14</script>