dom/tests/mochitest/notification/desktop-notification/create_notification.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:14ad774c48b1
1 <!DOCTYPE html>
2 <html>
3 <head><meta charset=utf-8>
4 <title>Create a notification</title>
5 </head>
6 <body>
7 <script>
8
9 var notification = new Notification("This is a title", {
10 body: "This is a notification body",
11 tag: "sometag",
12 });
13
14 </script>
15 </body>
16 </html>

mercurial