summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/notifications/notifications_request_function.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/notifications/notifications_request_function.html')
-rwxr-xr-xchrome/test/data/notifications/notifications_request_function.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/test/data/notifications/notifications_request_function.html b/chrome/test/data/notifications/notifications_request_function.html
deleted file mode 100755
index 55b6a86..0000000
--- a/chrome/test/data/notifications/notifications_request_function.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-<head>
-<script>
-function request() {
- window.webkitNotifications.requestPermission();
- return true;
-}
-</script>
-</head>
-<body>
-Standing by to request permission...
-</body>
-</html> \ No newline at end of file