blob: 970f4e3cbc8e7335c44a64ab417835aea003fd60 [file] [log] [blame]
Michael[tm] Smith29e47812015-07-03 13:39:011<!DOCTYPE html>
2<meta charset="utf-8">
3<title>Notification.requestPermission (permission=granted)</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 src="common.js"></script>
9<script>
10setup({ explicit_timeout: true })
11if (hasNotificationPermission()) {
12 async_test(function (t) {
13 t.step(function () {
14 t.done()
15 })
16 })
17}
18</script>