Commit 3bc410dd authored by lfg's avatar lfg Committed by Commit bot

Enabling two tests that were disabled in app_shell_browsertests.

We can enable those tests now that crbug.com/419020 is fixed.

BUG=352293

Committed: https://crrev.com/9b10e4b077ee7106ab57d4728c5199a03638701a
Cr-Commit-Position: refs/heads/master@{#298062}

Review URL: https://codereview.chromium.org/623193002

Cr-Commit-Position: refs/heads/master@{#299177}
parent 06b0b703
...@@ -314,10 +314,7 @@ IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestDisplayNoneWebviewLoad) { ...@@ -314,10 +314,7 @@ IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestDisplayNoneWebviewLoad) {
RunTest("testDisplayNoneWebviewLoad", "web_view/apitest"); RunTest("testDisplayNoneWebviewLoad", "web_view/apitest");
} }
// TODO(lfg): Re-enable this test once the fix for webview leaking IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestDisplayNoneWebviewRemoveChild) {
// RenderProcessHost has landed. See http://crbug.com/419020 .
IN_PROC_BROWSER_TEST_F(WebViewAPITest,
DISABLED_TestDisplayNoneWebviewRemoveChild) {
RunTest("testDisplayNoneWebviewRemoveChild", "web_view/apitest"); RunTest("testDisplayNoneWebviewRemoveChild", "web_view/apitest");
} }
...@@ -507,10 +504,7 @@ IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestRemoveSrcAttribute) { ...@@ -507,10 +504,7 @@ IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestRemoveSrcAttribute) {
RunTest("testRemoveSrcAttribute", "web_view/apitest"); RunTest("testRemoveSrcAttribute", "web_view/apitest");
} }
// TODO(lfg): Re-enable this test once the fix for webview leaking IN_PROC_BROWSER_TEST_F(WebViewAPITest, TestRemoveWebviewAfterNavigation) {
// RenderProcessHost has landed. See http://crbug.com/419020 .
IN_PROC_BROWSER_TEST_F(WebViewAPITest,
DISABLED_TestRemoveWebviewAfterNavigation) {
RunTest("testRemoveWebviewAfterNavigation", "web_view/apitest"); RunTest("testRemoveWebviewAfterNavigation", "web_view/apitest");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment