| Index: chrome/browser/geolocation/geolocation_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/geolocation_browsertest.cc (revision 69235)
|
| +++ chrome/browser/geolocation/geolocation_browsertest.cc (working copy)
|
| @@ -541,7 +541,8 @@
|
| EXPECT_EQ(num_infobars_before_cancel, num_infobars_after_cancel + 1);
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, InvalidUrlRequest) {
|
| +// Disabled, http://crbug.com/66959.
|
| +IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, DISABLED_InvalidUrlRequest) {
|
| // Tests that an invalid URL (e.g. from a popup window) is rejected
|
| // correctly. Also acts as a regression test for http://crbug.com/40478
|
| html_for_tests_ = "files/geolocation/invalid_request_url.html";
|
|
|