diff options
Diffstat (limited to 'chrome/test/data/notifications/notifications_request_inline.html')
-rw-r--r-- | chrome/test/data/notifications/notifications_request_inline.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/test/data/notifications/notifications_request_inline.html b/chrome/test/data/notifications/notifications_request_inline.html new file mode 100644 index 0000000..1e47c61 --- /dev/null +++ b/chrome/test/data/notifications/notifications_request_inline.html @@ -0,0 +1,10 @@ +<html> +<head> +</head> +<body> +Requesting permission... +</body> +<script> +window.webkitNotifications.requestPermission(); +</script> +</html> |