| Index: ash/wm/panels/panel_window_resizer_unittest.cc
|
| diff --git a/ash/wm/panels/panel_window_resizer_unittest.cc b/ash/wm/panels/panel_window_resizer_unittest.cc
|
| index fccf61af9bbe636efdba30c4ee131db3a1e13bd9..e14cd62523fb96810997dce6c79372c36522d94a 100644
|
| --- a/ash/wm/panels/panel_window_resizer_unittest.cc
|
| +++ b/ash/wm/panels/panel_window_resizer_unittest.cc
|
| @@ -258,17 +258,6 @@ TEST_F(PanelWindowResizerTest, PanelDetachReattachRight) {
|
| DetachReattachTest(window.get(), -1, 0);
|
| }
|
|
|
| -TEST_F(PanelWindowResizerTest, PanelDetachReattachTop) {
|
| - if (!SupportsHostWindowResize())
|
| - return;
|
| -
|
| - ash::Shell* shell = ash::Shell::GetInstance();
|
| - shell->SetShelfAlignment(SHELF_ALIGNMENT_TOP, shell->GetPrimaryRootWindow());
|
| - scoped_ptr<aura::Window> window(
|
| - CreatePanelWindow(gfx::Point(0, 0)));
|
| - DetachReattachTest(window.get(), 0, 1);
|
| -}
|
| -
|
| // Tests that a drag continues when the shelf is hidden. This occurs as part of
|
| // the animation when switching profiles. http://crbug.com/393047.
|
| TEST_F(PanelWindowResizerTest, DetachThenHideShelf) {
|
|
|