| Index: chrome/browser/ssl/ssl_browser_tests.cc
|
| diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc
|
| index 84e4ed4fcffe7f174df5e59371d51f55af0ac987..0332c6da0f6fb4657c36b69bc844fc6da0020cfb 100644
|
| --- a/chrome/browser/ssl/ssl_browser_tests.cc
|
| +++ b/chrome/browser/ssl/ssl_browser_tests.cc
|
| @@ -601,7 +601,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestWSSInvalidCertAndGoForward) {
|
|
|
| // Visit bad HTTPS page.
|
| std::string urlPath =
|
| - StringPrintf("%s%d%s", "https://localhost:", port, "/wss.html");
|
| + StringPrintf("%s%d%s", "https://localhost:", port, "/ws.html");
|
| ui_test_utils::NavigateToURL(browser(), GURL(urlPath));
|
| CheckAuthenticationBrokenState(tab, net::CERT_STATUS_COMMON_NAME_INVALID,
|
| false, true); // Interstitial showing
|
| @@ -1504,7 +1504,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITestIgnoreCertErrors, TestWSS) {
|
|
|
| // Visit bad HTTPS page.
|
| std::string url_path =
|
| - StringPrintf("%s%d%s", "https://localhost:", port, "/wss.html");
|
| + StringPrintf("%s%d%s", "https://localhost:", port, "/ws.html");
|
| ui_test_utils::NavigateToURL(browser(), GURL(url_path));
|
|
|
| // We shouldn't have an interstitial page showing here.
|
|
|