Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-load.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-load.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-load.html |
| index 5a6a447d29f97661486085fdddd06bec21010833..4aae0086f246288cc60f1c0550c8c1108e513630 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-load.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-load.html |
| @@ -14,7 +14,7 @@ t.step(function() { |
| return wait_for_state(t, registration.installing, 'activated'); |
| })) |
| .then(t.step_func(function() { |
| - return with_iframe(scope) |
| + return with_iframe(scope, true); |
|
nhiroki
2016/04/07 05:37:18
|IFRAME_RECLAMATION.TRUE| is the default behavior,
shimazu (google)
2016/04/07 06:53:55
Done.
|
| })) |
| .then(t.step_func(function(frame) { |
| var w = frame.contentWindow; |