diff options
Diffstat (limited to 'dom/notification/test/browser/notification.html')
-rw-r--r-- | dom/notification/test/browser/notification.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/notification/test/browser/notification.html b/dom/notification/test/browser/notification.html new file mode 100644 index 000000000..0ceeb8ea4 --- /dev/null +++ b/dom/notification/test/browser/notification.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>Notifications test</title> + </head> + + <body> + + </body> +</html> |