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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigate-on-install-worker.js

Issue 1604893002: ServiceWorker: Rewrite windowclient-navigate.html test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
(Empty)
1 self.addEventListener('install', function(e) {
2 importScripts('windowclient-navigate-worker.js');
nhiroki 2016/01/25 09:50:31 I think importing non-library file (other worker f
zino 2016/01/29 05:36:38 Done.
3 e.waitUntil(get_message().then(client_navigate));
nhiroki 2016/01/25 09:50:31 Let me confirm... you mean to test the case where
zino 2016/01/29 05:36:38 I tried it but I couldn't yet. I'm not sure but th
nhiroki 2016/02/01 07:13:55 Commented in the patchset 5.
4 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698