Commit 791af6c9 authored by dominickn's avatar dominickn Committed by Commit bot

Re-enable more geolocation browser tests.

BUG=523387

Review-Url: https://codereview.chromium.org/2343373002
Cr-Commit-Position: refs/heads/master@{#419424}
parent 07193eec
...@@ -526,9 +526,7 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, NoPromptForOffTheRecord) { ...@@ -526,9 +526,7 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, NoPromptForOffTheRecord) {
ExpectPosition(fake_latitude(), fake_longitude()); ExpectPosition(fake_latitude(), fake_longitude());
} }
// http://crbug.com/523387 IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, NoLeakFromOffTheRecord) {
IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest,
DISABLED_NoLeakFromOffTheRecord) {
// The user is prompted in a fresh incognito profile, and when granted the // The user is prompted in a fresh incognito profile, and when granted the
// position gets to the script. // position gets to the script.
ASSERT_NO_FATAL_FAILURE(Initialize(INITIALIZATION_OFFTHERECORD)); ASSERT_NO_FATAL_FAILURE(Initialize(INITIALIZATION_OFFTHERECORD));
...@@ -636,9 +634,7 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, IFramesWithCachedPosition) { ...@@ -636,9 +634,7 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, IFramesWithCachedPosition) {
ExpectPosition(cached_position_latitude, cached_position_lognitude); ExpectPosition(cached_position_latitude, cached_position_lognitude);
} }
// http://crbug.com/523387 IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, CancelPermissionForFrame) {
IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest,
DISABLED_CancelPermissionForFrame) {
set_html_for_tests("/geolocation/two_iframes.html"); set_html_for_tests("/geolocation/two_iframes.html");
ASSERT_NO_FATAL_FAILURE(Initialize(INITIALIZATION_DEFAULT)); ASSERT_NO_FATAL_FAILURE(Initialize(INITIALIZATION_DEFAULT));
LoadIFrames(); LoadIFrames();
......
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