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

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

Issue 716143003: Make NotificationEvent constructable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
index e1ea307bba29fc89a67d692655028e8736b21b42..8533819346635385db1f53058cb8de9ef38d036f 100644
--- a/LayoutTests/http/tests/notifications/serviceworker-notification-event.html
+++ b/LayoutTests/http/tests/notifications/serviceworker-notification-event.html
@@ -8,8 +8,9 @@
</head>
<body>
<script>
- // Tests that the NotificationEvent object is exposed in a ServiceWorker,
- // as well as the "notificationclick" and "notificationerror" events.
+ // Tests that the NotificationEvent object is exposed in a ServiceWorker
+ // and exposes the "notification" and "waitUntil" members, as well as the
+ // "notificationclick" and "notificationerror" events.
service_worker_test(
'resources/serviceworker-notification-event.js',
'Exposure of the NotificationEvent object in a ServiceWorker.');

Powered by Google App Engine
This is Rietveld 408576698