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

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

Issue 623193002: 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 4fd278ea2a8d350c65f1127a723e9bc75c7c8b4e..1ee7f1e64a9e780b8ff6230cd470d1a1e2ee7692 100644
--- a/extensions/browser/guest_view/web_view/web_view_apitest.cc
+++ b/extensions/browser/guest_view/web_view/web_view_apitest.cc
@@ -314,10 +314,7 @@ IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestDisplayNoneWebviewLoad) {
RunTest("testDisplayNoneWebviewLoad", "web_view/apitest");
}
-// 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) {
+IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestDisplayNoneWebviewRemoveChild) {
RunTest("testDisplayNoneWebviewRemoveChild", "web_view/apitest");
}
@@ -507,10 +504,7 @@ IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestRemoveSrcAttribute) {
RunTest("testRemoveSrcAttribute", "web_view/apitest");
}
-// 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) {
+IN_PROC_BROWSER_TEST_F(WebViewAPITest, 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