summaryrefslogtreecommitdiff
path: root/chromium/ash/wm/panels/panel_layout_manager_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/wm/panels/panel_layout_manager_unittest.cc')
-rw-r--r--chromium/ash/wm/panels/panel_layout_manager_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/ash/wm/panels/panel_layout_manager_unittest.cc b/chromium/ash/wm/panels/panel_layout_manager_unittest.cc
index 08f53f7aa8b..ca231ce005d 100644
--- a/chromium/ash/wm/panels/panel_layout_manager_unittest.cc
+++ b/chromium/ash/wm/panels/panel_layout_manager_unittest.cc
@@ -128,8 +128,6 @@ class PanelLayoutManagerTest : public test::AshTestBase {
ASSERT_FALSE(icon_bounds.width() == 0 && icon_bounds.height() == 0);
gfx::Rect window_bounds = panel->GetBoundsInScreen();
- ASSERT_LT(icon_bounds.width(), window_bounds.width());
- ASSERT_LT(icon_bounds.height(), window_bounds.height());
gfx::Rect launcher_bounds = launcher->shelf_widget()->
GetWindowBoundsInScreen();
ShelfAlignment alignment = GetAlignment(panel->GetRootWindow());