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); |
})) |
.then(t.step_func(function(frame) { |
var w = frame.contentWindow; |