Commit 79120c0f authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

Run NavigationBrowserTest.

They were disabled by mistake by commit:
https://chromium-review.googlesource.com/c/chromium/src/+/1699374

Bug: 996725
Change-Id: Iab5bfa3dba506119bb1093d53e5db7dec2cd4c98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764199
Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: default avatarNasko Oskov <nasko@chromium.org>
Commit-Queue: Nasko Oskov <nasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#689515}
parent a20126b3
...@@ -255,6 +255,10 @@ class NavigationBrowserTest : public NavigationBaseBrowserTest { ...@@ -255,6 +255,10 @@ class NavigationBrowserTest : public NavigationBaseBrowserTest {
} }
}; };
INSTANTIATE_TEST_SUITE_P(/* no prefix */,
NavigationBrowserTest,
::testing::Bool());
class NetworkIsolationNavigationBrowserTest class NetworkIsolationNavigationBrowserTest
: public ContentBrowserTest, : public ContentBrowserTest,
public ::testing::WithParamInterface<bool> { public ::testing::WithParamInterface<bool> {
...@@ -2021,7 +2025,9 @@ IN_PROC_BROWSER_TEST_P(NavigationBrowserTest, BlockedSrcDocBrowserInitiated) { ...@@ -2021,7 +2025,9 @@ IN_PROC_BROWSER_TEST_P(NavigationBrowserTest, BlockedSrcDocBrowserInitiated) {
} }
// Test NavigationRequest::CheckAboutSrcDoc(). // Test NavigationRequest::CheckAboutSrcDoc().
IN_PROC_BROWSER_TEST_P(NavigationBrowserTest, BlockedSrcDocRendererInitiated) { // TODO(https://crbug.com/996725): Re-enable this test.
IN_PROC_BROWSER_TEST_P(NavigationBrowserTest,
DISABLED_BlockedSrcDocRendererInitiated) {
EXPECT_TRUE( EXPECT_TRUE(
NavigateToURL(shell(), embedded_test_server()->GetURL("/title1.html"))); NavigateToURL(shell(), embedded_test_server()->GetURL("/title1.html")));
FrameTreeNode* main_frame = FrameTreeNode* main_frame =
......
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