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

Unified Diff: LayoutTests/http/tests/geofencing/apis_not_implemented.html

Issue 672383003: [ServiceWorker] Don't allow registration of the ServiceWorker scope outside the script directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: geofencing/apis_not_implemented.html Created 6 years, 2 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/geofencing/apis_not_implemented.html
diff --git a/LayoutTests/http/tests/geofencing/apis_not_implemented.html b/LayoutTests/http/tests/geofencing/apis_not_implemented.html
index 2fdba5a9ab7698e73bd072c15bb52f3da3258cb6..55f5e24119cb4efcab1222c45fd917f7e31ea573 100644
--- a/LayoutTests/http/tests/geofencing/apis_not_implemented.html
+++ b/LayoutTests/http/tests/geofencing/apis_not_implemented.html
@@ -6,7 +6,7 @@
<script src="../serviceworker/resources/test-helpers.js"></script>
<script>
var sw_url = 'resources/emptyworker.js';
-var sw_scope = '/service-worker-scope' + window.location.pathname;
+var sw_scope = 'resources/service-worker-scope' + window.location.pathname;
promise_test(function(test) {
return assert_promise_rejects(

Powered by Google App Engine
This is Rietveld 408576698