swh:1:snp:b37d435721bbd450624165f334724e3585346499
Raw File
Tip revision: 20d9c6904aae7256cbf94e919e7996f215af2900 authored by Aryeh Gregor on 03 May 2016, 18:25:47 UTC
More updates for new <track kind> invalid value default
Tip revision: 20d9c69
requestPermission-granted-manual.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>Notification.requestPermission (permission=granted)</title>
<link rel="author" title="Intel" href="http://www.intel.com/">
<link rel="author" title="Xin Liu" href="mailto:xinx.liu@intel.com">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="common.js"></script>
<script>
setup({ explicit_timeout: true })
if (hasNotificationPermission()) {
    async_test(function (t) {
        t.step(function () {
            t.done()
        })
    })
}
</script>
back to top