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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/postmessage-msgport-to-client.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/postmessage-msgport-to-client.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/postmessage-msgport-to-client.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/postmessage-msgport-to-client.html
index e1726bbe313f5380c171df77e7c7fcf9ab0ccaef..0589b7574f301d9dd1bbd5cc23f68f97e58d975b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/postmessage-msgport-to-client.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/postmessage-msgport-to-client.html
@@ -12,7 +12,7 @@ t.step(function() {
.then(function(registration) {
return wait_for_state(t, registration.installing, 'activated');
})
- .then(function() { return with_iframe(scope); })
+ .then(function() { return with_iframe(scope, true); })
.then(function(frame) {
var w = frame.contentWindow;
w.navigator.serviceWorker.onmessage = t.step_func(onMessage);

Powered by Google App Engine
This is Rietveld 408576698