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

Unified Diff: ash/wm/system_modal_container_layout_manager_unittest.cc

Issue 2067223003: Parameterize Ash unittests to pass with material design enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SupportsHostWindowResize() 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
Index: ash/wm/system_modal_container_layout_manager_unittest.cc
diff --git a/ash/wm/system_modal_container_layout_manager_unittest.cc b/ash/wm/system_modal_container_layout_manager_unittest.cc
index f3e35249254f07f79190f1f761ca02631fb93f75..dfb17eccfc4a4f12aeea7c84902fdfd9ecd7c0a3 100644
--- a/ash/wm/system_modal_container_layout_manager_unittest.cc
+++ b/ash/wm/system_modal_container_layout_manager_unittest.cc
@@ -770,6 +770,9 @@ TEST_F(SystemModalContainerLayoutManagerTest, BlockAllEvents) {
// Make sure that events are properly blocked in multi displays environment.
TEST_F(SystemModalContainerLayoutManagerTest, BlockEventsInMultiDisplays) {
+ if (!SupportsMultipleDisplays())
tdanderson 2016/06/22 20:57:27 moved this to https://codereview.chromium.org/2089
+ return;
+
UpdateDisplay("500x500, 500x500");
InputTestDelegate delegate;
delegate.RunTest(this);

Powered by Google App Engine
This is Rietveld 408576698