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

Unified Diff: extensions/browser/guest_view/web_view/web_view_apitest.cc

Issue 630453002: Revert of Enabling two tests that were disabled in app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_apitest.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_apitest.cc b/extensions/browser/guest_view/web_view/web_view_apitest.cc
index 24d9c856f9bbc6ba7c9376e743cc04f5818d203e..f72f9290b41677d6fff2b3d789a8f2e2b3936e00 100644
--- a/extensions/browser/guest_view/web_view/web_view_apitest.cc
+++ b/extensions/browser/guest_view/web_view/web_view_apitest.cc
@@ -114,7 +114,10 @@
RunTest("testDisplayNoneWebviewLoad", "web_view/apitest");
}
-IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestDisplayNoneWebviewRemoveChild) {
+// TODO(lfg): Re-enable this test once the fix for webview leaking
+// RenderProcessHost has landed. See http://crbug.com/419020 .
+IN_PROC_BROWSER_TEST_F(WebViewAPITest,
+ DISABLED_TestDisplayNoneWebviewRemoveChild) {
RunTest("testDisplayNoneWebviewRemoveChild", "web_view/apitest");
}
@@ -232,7 +235,10 @@
RunTest("testRemoveSrcAttribute", "web_view/apitest");
}
-IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestRemoveWebviewAfterNavigation) {
+// TODO(lfg): Re-enable this test once the fix for webview leaking
+// RenderProcessHost has landed. See http://crbug.com/419020 .
+IN_PROC_BROWSER_TEST_F(WebViewAPITest,
+ DISABLED_TestRemoveWebviewAfterNavigation) {
RunTest("testRemoveWebviewAfterNavigation", "web_view/apitest");
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698