Searched defs:url2b (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/
H A Dcross_site_transfer_browsertest.cc379 GURL url2b = test_server()->GetURL("files/site_isolation/blank.html?2"); local
381 url2b = url2b.ReplaceComponents(replace_host);
383 "server-redirect?" + net::EscapeQueryParamValue(url2b.spec(), false));
388 // There should be one history entry. url2b should have replaced url1.
392 EXPECT_EQ(url2b, controller.GetEntryAtIndex(0)->GetURL());
404 // There should be two history entries. url2b should have replaced url1. url2b
409 EXPECT_EQ(url2b, controller.GetEntryAtIndex(0)->GetURL());

Completed in 979 milliseconds