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

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-access-control.html

Issue 466723002: ServiceWorker: Enable ServiceWorkerRegistration and update layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@updatefound
Patch Set: rebase Created 6 years, 4 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/fetch-access-control.html
diff --git a/LayoutTests/http/tests/serviceworker/fetch-access-control.html b/LayoutTests/http/tests/serviceworker/fetch-access-control.html
index 86a3f0de583bcd9daf988d9fe1223edf663708e2..e9ef0a81385ea3def368e5d6fa9298efd4f430d5 100644
--- a/LayoutTests/http/tests/serviceworker/fetch-access-control.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-access-control.html
@@ -518,6 +518,9 @@ test.step(function() {
workerScript,
SCOPE);
})
+ .then(function(registration) {
+ return wait_for_update(test, registration);
+ })
.then(function(sw) {
worker = sw;
var messageChannel = new MessageChannel();
« no previous file with comments | « LayoutTests/http/tests/serviceworker/fetch.html ('k') | LayoutTests/http/tests/serviceworker/fetch-body-stream.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698