| Index: LayoutTests/http/tests/serviceworker/chromium/registration-stress.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/chromium/registration-stress.html b/LayoutTests/http/tests/serviceworker/chromium/registration-stress.html
|
| index 836677dc84ed22da7e6db65e4a23e8a718d1e037..17c33627ff15d095ec56e0acb7bae588d95511a3 100644
|
| --- a/LayoutTests/http/tests/serviceworker/chromium/registration-stress.html
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/registration-stress.html
|
| @@ -15,7 +15,7 @@ async_test(function(t) {
|
| var register_promises = [];
|
|
|
| for (var i = 0; i < number_of_registrations; i++) {
|
| - var scope = i;
|
| + var scope = base_path() + '../resources/registration-stress' + i;
|
| register_promises.push(with_iframe(scope)
|
| .then(step(function(f) {
|
| frames.push(f);
|
|
|