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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/resources/close-worker.js

Issue 2933913002: Upstream service worker prototype test to WPT
Patch Set: Migrate test for immutable prototype Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 importScripts('../../resources/interfaces.js');
2 importScripts('../../resources/worker-testharness.js'); 1 importScripts('../../resources/worker-testharness.js');
3 2
4 test(function() { 3 test(function() {
5 assert_false('close' in self); 4 assert_false('close' in self);
6 }, 'ServiceWorkerGlobalScope close operation'); 5 }, 'ServiceWorkerGlobalScope close operation');
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/immutable-prototype-serviceworker.https.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698