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

Unified Diff: LayoutTests/http/tests/serviceworker/serviceworkerobject-scope.html

Issue 340763002: Fix serviceworker default registration scope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change the test cases Created 6 years, 6 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/serviceworkerobject-scope.html
diff --git a/LayoutTests/http/tests/serviceworker/serviceworkerobject-scope.html b/LayoutTests/http/tests/serviceworker/serviceworkerobject-scope.html
index 7795e6b2a289cad1434ee9f68190d1b5dca1a8e2..0a437a78ee006888c500cd4bf5bacb4a00285e6f 100644
--- a/LayoutTests/http/tests/serviceworker/serviceworkerobject-scope.html
+++ b/LayoutTests/http/tests/serviceworker/serviceworkerobject-scope.html
@@ -13,7 +13,7 @@ function scope_test(name, url, scope) {
if (scope)
expectedScope = normalizeURL(scope);
else
- expectedScope = normalizeURL('*');
+ expectedScope = normalizeURL('/*');
var expectedURL = normalizeURL(url);
service_worker_unregister_and_register(t, url, scope, onRegister);

Powered by Google App Engine
This is Rietveld 408576698