| Index: content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl_browsertest.cc b/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| index a6aef93555b1e3c66be8b3febefcc3bca5261bc6..cf9c8c79ecf8fda878cea954f280ea01daf508e6 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| @@ -507,13 +507,12 @@
|
| ASSERT_EQ(1U, new_root->child_count());
|
| ASSERT_NE(nullptr, new_root->child_at(0));
|
|
|
| - // Navigate it cross-site.
|
| + // Navigate it.
|
| GURL frame_url = embedded_test_server()->GetURL(
|
| - "foo.com", "/navigation_controller/simple_page_2.html");
|
| + "/navigation_controller/simple_page_2.html");
|
| script = "location.assign('" + frame_url.spec() + "')";
|
| EXPECT_TRUE(content::ExecuteScript(
|
| new_root->child_at(0)->current_frame_host(), script));
|
| - WaitForLoadStopWithoutSuccessCheck(new_shell->web_contents());
|
|
|
| // Success is not crashing, and not navigating.
|
| EXPECT_EQ(nullptr,
|
|
|