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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html

Issue 2691903005: ServiceWorker: Change base URL for parsing script URL and scope URL (Closed)
Patch Set: Address comments on tests Created 3 years, 10 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: third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html
index 3af4f3a37d0c6ed295e3787d059cb1ce3168db59..079476f6940731c1a9747cc38c2c9acb0c4e7f31 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html
@@ -15,7 +15,7 @@ promise_test(function(t) {
.then(function(f) {
frame = f;
return frame.contentWindow.navigator.serviceWorker.register(
- 'resources/empty-worker.js', {scope: scope});
+ 'empty-worker.js', {scope: 'blank.html'});
})
.then(function(registration) {
return wait_for_state(t, registration.installing, 'activated');

Powered by Google App Engine
This is Rietveld 408576698