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