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

Unified Diff: ash/shelf/shelf_widget_unittest.cc

Issue 16539005: Skip mulitple-dispay tests on win8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/shelf/shelf_widget_unittest.cc
diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc
index 4f2aaa37c9269a7187fdb7ecb40972df48828c2c..3379e29b675f645538b3a9a0a3bd02a746e12d65 100644
--- a/ash/shelf/shelf_widget_unittest.cc
+++ b/ash/shelf/shelf_widget_unittest.cc
@@ -84,6 +84,9 @@ TEST_F(ShelfWidgetTest, TestAlignment) {
SHELF_ALIGNMENT_LEFT,
"48,0 352x400");
}
+ if (!SupportsMultipleDisplays())
+ return;
+
UpdateDisplay("300x300,500x500");
Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
{

Powered by Google App Engine
This is Rietveld 408576698