| 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) {
|
|
|