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

Unified Diff: chrome/browser/apps/app_browsertest.cc

Issue 2062133005: Add a (disabled) test to demonstrate child frame creation race. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: actually disable the test Created 4 years, 6 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 | chrome/test/data/extensions/platform_apps/app_window_send_message/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_browsertest.cc
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
index 8a96c4442b170d8c5ec263318f9d98ab5ef108a7..fcc1f00052e704b44ddca8f6a7b2f065ec456bac 100644
--- a/chrome/browser/apps/app_browsertest.cc
+++ b/chrome/browser/apps/app_browsertest.cc
@@ -1385,4 +1385,14 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, AppsIgnoreDefaultZoom) {
EXPECT_EQ(0, app_host_zoom_map->GetZoomLevel(web_contents));
}
+// This test will flake until we fix the underlying issue:
+// https://crbug.com/620194.
+#define MAYBE_AppWindowIframe DISABLED_AppWindowIframe
+// Sends chrome.test.sendMessage from chrome.app.window.create's callback.
+// The app window also adds an <iframe> to the page during window.onload.
+IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_AppWindowIframe) {
+ LoadAndLaunchPlatformApp("app_window_send_message",
+ "APP_WINDOW_CREATE_CALLBACK");
+}
+
} // namespace extensions
« no previous file with comments | « no previous file | chrome/test/data/extensions/platform_apps/app_window_send_message/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698