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

Unified Diff: LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-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
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/serviceworkerobject-scope.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html
diff --git a/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html
index b5ae7f3f498856e6c4e468009b71368663f5782c..c2a3e3aa364adb0f8d86b60da410c1574e6bb673 100644
--- a/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html
+++ b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html
@@ -13,7 +13,7 @@ function scope_test(name, scope) {
if (scope) {
expectedScope = new URL(scope, document.location).toString();
} else {
- expectedScope = new URL('*', document.location).toString();
+ expectedScope = new URL('/*', document.location).toString();
}
service_worker_unregister_and_register(
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/serviceworkerobject-scope.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698