Commit e03b42cc authored by Nasko Oskov's avatar Nasko Oskov Committed by Commit Bot

Enable WebNavigationApiTest.CrossProcess(History|Fragment).

Bug: 708139
Change-Id: Idb9eb18755219be4164b6fc2585aa43ed9798dc1
Reviewed-on: https://chromium-review.googlesource.com/601027Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Commit-Queue: Nasko Oskov <nasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491836}
parent 8a63496f
...@@ -721,8 +721,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, CrossProcessAbort) { ...@@ -721,8 +721,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, CrossProcessAbort) {
ASSERT_TRUE(catcher.GetNextResult()) << catcher.message(); ASSERT_TRUE(catcher.GetNextResult()) << catcher.message();
} }
// crbug.com/708139. IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, CrossProcessFragment) {
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_CrossProcessFragment) {
ASSERT_TRUE(StartEmbeddedTestServer()); ASSERT_TRUE(StartEmbeddedTestServer());
// See crossProcessFragment/f.html. // See crossProcessFragment/f.html.
...@@ -743,8 +742,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_CrossProcessFragment) { ...@@ -743,8 +742,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_CrossProcessFragment) {
<< message_; << message_;
} }
// crbug.com/708139. IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, CrossProcessHistory) {
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_CrossProcessHistory) {
ASSERT_TRUE(StartEmbeddedTestServer()); ASSERT_TRUE(StartEmbeddedTestServer());
// See crossProcessHistory/e.html. // See crossProcessHistory/e.html.
......
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