Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: LayoutTests/http/tests/notifications/serviceworker-notification-event.html

Issue 718093002: Introduce the NotificationEvent object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add a test Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/notifications/serviceworker-notification-event.html
diff --git a/LayoutTests/http/tests/notifications/serviceworker-notification-event.html b/LayoutTests/http/tests/notifications/serviceworker-notification-event.html
new file mode 100644
index 0000000000000000000000000000000000000000..80acf7be71641fda3ad399b8e3154dfbf0db0efb
--- /dev/null
+++ b/LayoutTests/http/tests/notifications/serviceworker-notification-event.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Notifications: NotificationEvent exposure in a Service Worker.</title>
+ <script src="../resources/testharness.js"></script>
+ <script src="../resources/testharnessreport.js"></script>
+ <script src="../serviceworker/resources/test-helpers.js"></script>
+ </head>
+ <body>
+ <script>
+ // Tests that the NotificationEvent object is exposed in a ServiceWorker.
+ service_worker_test(
+ 'resources/serviceworker-notification-event.js',
+ 'Exposure of the NotificationEvent object in a ServiceWorker.');
+ </script>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698