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

Unified Diff: chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc

Issue 1995193002: Disable test ContextMenuParamsAfterCSSTransforms on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/apps/guest_view/web_view_interactive_browsertest.cc
diff --git a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
index 16d2187047706880e5d3f7791f511f7bba46e53e..4432f44006b2aa4a5c7192a2c09ee456ca120d2f 100644
--- a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
+++ b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
@@ -927,16 +927,9 @@ IN_PROC_BROWSER_TEST_F(WebViewContextMenuInteractiveTest,
// and in oopif-mode the events are sent directly to the child process without
// the forwarding code path (relying on surface-based hittesting).
-// Flaky on ChromeOS. http://crbug.com/613258
-#if defined(OS_CHROMEOS)
-#define MAYBE_ContextMenuParamsAfterCSSTransforms \
- DISABLED_ContextMenuParamsAfterCSSTransforms
-#else
-#define MAYBE_ContextMenuParamsAfterCSSTransforms \
- ContextMenuParamsAfterCSSTransforms
-#endif
+// Flaky. http://crbug.com/613258
IN_PROC_BROWSER_TEST_F(WebViewContextMenuInteractiveTest,
- MAYBE_ContextMenuParamsAfterCSSTransforms) {
+ DISABLED_ContextMenuParamsAfterCSSTransforms) {
LoadAndLaunchPlatformApp("web_view/context_menus/coordinates_with_transforms",
"Launched");
« 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