Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-load.html

Issue 1859343002: ServiceWorker: Remove iframes explicitly after a test is finished (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a comment line Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698