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

Unified Diff: chrome/browser/banners/app_banner_data_fetcher_browsertest.cc

Issue 1273013003: Disable WebAppBannerInIFrame on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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/banners/app_banner_data_fetcher_browsertest.cc
diff --git a/chrome/browser/banners/app_banner_data_fetcher_browsertest.cc b/chrome/browser/banners/app_banner_data_fetcher_browsertest.cc
index 2600317bb17dbf9d0ecfdfb03e3b9a33c9bf8c1f..8f789b9e0a8a5582c8bead82690579a5fcc06329 100644
--- a/chrome/browser/banners/app_banner_data_fetcher_browsertest.cc
+++ b/chrome/browser/banners/app_banner_data_fetcher_browsertest.cc
@@ -357,7 +357,15 @@ IN_PROC_BROWSER_TEST_F(AppBannerDataFetcherBrowserTest,
ui::PAGE_TRANSITION_TYPED, 1, true);
}
-IN_PROC_BROWSER_TEST_F(AppBannerDataFetcherBrowserTest, WebAppBannerInIFrame) {
+// http://crbug.com/517307
+#if defined(OS_WIN)
+#define MAYBE_WebAppBannerInIFrame DISABLED_WebAppBannerInIFrame
+#else
+#define MAYBE_WebAppBannerInIFrame WebAppBannerInIFrame
+#endif
+
+IN_PROC_BROWSER_TEST_F(AppBannerDataFetcherBrowserTest,
+ MAYBE_WebAppBannerInIFrame) {
RunBannerTest("/banners/iframe_test_page.html", ui::PAGE_TRANSITION_TYPED, 1,
false);
}
« 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