| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http-iframe.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http-iframe.html
|
| index 52b50421eed083f5c85aa6f466e27c150a9844e2..234ba15e6af5674878d7a7d629ec895aeebb13ff 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http-iframe.html
|
| @@ -32,7 +32,7 @@ navigator.serviceWorker.getRegistration(SCOPE)
|
| function on_state_change(event) {
|
| if (event.target.state != 'activated')
|
| return;
|
| - with_iframe(SCOPE)
|
| + with_iframe(SCOPE, {auto_remove: false})
|
| .then(function(frame) {
|
| window.parent.postMessage(
|
| {results: frame.contentDocument.body.textContent},
|
|
|