mirror of
https://github.com/servo/servo.git
synced 2025-09-01 02:28:21 +01:00
Update web-platform-tests to revision 12d3e15e5ecae695e1216c358d613705fbff6b68
This commit is contained in:
parent
78455ec033
commit
5b2ca4d132
424 changed files with 4377 additions and 8656 deletions
14
tests/wpt/web-platform-tests/notifications/permission.html
Normal file
14
tests/wpt/web-platform-tests/notifications/permission.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>Notification.permission (basic)</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>
|
||||
test(function() {
|
||||
assert_in_array(Notification.permission,
|
||||
["default", "denied", "granted"],
|
||||
"Notification.permission")
|
||||
}, "Checked the Notification.permission property.")
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue