Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chrome/browser/geolocation/geolocation_browsertest.cc

Issue 11308345: Reenable GeolocationBrowserTests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/geolocation_browsertest.cc
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc
index 24f248145160ecec49bc23b769ef181d63668aa4..6c2084309afc8e190b383d1fa2ed002ac252ce52 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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698