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..17ba0deecc0871b2d529aa11706e4259645a7ced 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, IFRAME_RECLAMATION.FALSE) |
.then(function(frame) { |
window.parent.postMessage( |
{results: frame.contentDocument.body.textContent}, |