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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js

Issue 1067513002: Removing ServiceWorker's InstallEvent Interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months 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/serviceworker/resources/interfaces-worker.js
diff --git a/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js b/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
index f4cb78b077a4a49fc017d59d321e3f9a82ca3163..c3fc52a380f96684aac3c26d246f58c70f9009fb 100644
--- a/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
+++ b/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
@@ -72,10 +72,4 @@ promise_test(function(t) {
test(function() {
assert_equals(new ExtendableEvent('ExtendableEvent').type, 'ExtendableEvent');
- assert_equals(new InstallEvent('InstallEvent').type, 'InstallEvent');
-
- assert_equals(new InstallEvent('InstallEvent').cancelable, false);
- assert_equals(new InstallEvent('InstallEvent').bubbles, false);
- assert_equals(new InstallEvent('InstallEvent', { cancelable : true }).cancelable, true);
- assert_equals(new InstallEvent('InstallEvent', { bubbles : true }).bubbles, true);
}, 'Event constructors');
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/install-event-type-worker.js ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698