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

Unified Diff: testing/buildbot/filters/site-per-process.content_browsertests.filter

Issue 2023013002: Prevent renderer kills for in-page navigations on subframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tests and fix, clean up. Created 4 years, 6 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: testing/buildbot/filters/site-per-process.content_browsertests.filter
diff --git a/testing/buildbot/filters/site-per-process.content_browsertests.filter b/testing/buildbot/filters/site-per-process.content_browsertests.filter
index b023b1e96bdb8f62f77bdecdbec4d7a35a6b9150..a1bc5536e8ac0c0ae0c39e398934f661b1bdd3ba 100644
--- a/testing/buildbot/filters/site-per-process.content_browsertests.filter
+++ b/testing/buildbot/filters/site-per-process.content_browsertests.filter
@@ -1,7 +1,12 @@
# crbug.com/417518: Get tests working with --site-per-process
-NavigationControllerBrowserTest.ReloadOriginalRequest
+
+# crbug.com/609963: Fix unload in subframes.
-*.RestoreSubframeFileAccessForHistoryNavigation
+# crbug.com/612713: Fix in-page renderer kills.
+-NavigationControllerBrowserTest.BackTwiceToIframeWithContent
+
# crbug.com/613004: POST data is lost when navigating back to a post that does
# cross-site transfer.
-SessionHistoryTest.GoBackToCrossSitePostWithRedirect

Powered by Google App Engine
This is Rietveld 408576698