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

Unified Diff: LayoutTests/http/tests/serviceworker/chromium/force-refresh-registration.html

Issue 674133004: [ServiceWorker] Introduce the directory restriction of ServiceWorker scope [1/3 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/scope-default.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/serviceworker/chromium/force-refresh-registration.html
diff --git a/LayoutTests/http/tests/serviceworker/chromium/force-refresh-registration.html b/LayoutTests/http/tests/serviceworker/chromium/force-refresh-registration.html
index c18d51f6f06df98cb79dac61c3cbe81d09421427..91cff70184f5ad3dadf57f38bd21b5a6abb62b3d 100644
--- a/LayoutTests/http/tests/serviceworker/chromium/force-refresh-registration.html
+++ b/LayoutTests/http/tests/serviceworker/chromium/force-refresh-registration.html
@@ -7,7 +7,7 @@
<script>
async_test(function(t) {
- var scope = '/force-refresh-register';
+ var scope = base_path() + '../resources/force-refresh-register';
with_iframe('../resources/blank.html')
.then(t.step_func(function(frame) {
var p = new Promise(function(resolve) {

Powered by Google App Engine
This is Rietveld 408576698