diff options
author | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-05 05:25:40 +0000 |
---|---|---|
committer | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-05 05:25:40 +0000 |
commit | 5fbd63798b997475fded3cc90f456425c607edcd (patch) | |
tree | cce633f3da4ee9f878e88ab118ea4d0ea0afbf07 | |
parent | 424f705e4033596200145ac7e3113fcfbb606a88 (diff) | |
download | chromium_src-5fbd63798b997475fded3cc90f456425c607edcd.zip chromium_src-5fbd63798b997475fded3cc90f456425c607edcd.tar.gz chromium_src-5fbd63798b997475fded3cc90f456425c607edcd.tar.bz2 |
Reenable GeolocationBrowserTests
Reenable GeolocationBrowsertest.IFramesWithCachedPosition and
GeolocationBrowsertest.IFramesWithFreshPosition.
https://bugs.webkit.org/show_bug.cgi?id=103540 fixed these
browser test.
TEST=GeolocationBrowsertest.IFramesWithCachedPosition,GeolocationBrowsertest.IFramesWithFreshPosition
BUG=90927
Review URL: https://chromiumcodereview.appspot.com/11308345
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171164 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/geolocation/geolocation_browsertest.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc index 24f2481..6c20843 100644 --- a/chrome/browser/geolocation/geolocation_browsertest.cc +++ b/chrome/browser/geolocation/geolocation_browsertest.cc @@ -462,9 +462,8 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, NoInfobarForOffTheRecord) { CheckGeoposition(fake_latitude_, fake_longitude_); } -// Test fails: http://crbug.com/90927 IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, - DISABLED_IFramesWithFreshPosition) { + IFramesWithFreshPosition) { html_for_tests_ = "files/geolocation/iframes_different_origin.html"; ASSERT_TRUE(Initialize(INITIALIZATION_IFRAMES)); LoadIFrames(2); @@ -507,9 +506,8 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, LOG(WARNING) << "...done."; } -// Test fails: http://crbug.com/90927 IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, - DISABLED_IFramesWithCachedPosition) { + IFramesWithCachedPosition) { html_for_tests_ = "files/geolocation/iframes_different_origin.html"; ASSERT_TRUE(Initialize(INITIALIZATION_IFRAMES)); LoadIFrames(2); |