Chromium Code Reviews| Index: ui/app_list/views/app_list_view_unittest.cc |
| diff --git a/ui/app_list/views/app_list_view_unittest.cc b/ui/app_list/views/app_list_view_unittest.cc |
| index d1c4fc731afb9d0575aefbcd2759912d9e460113..43dc416c9590b2decd6136e18aae7128c9b36c43 100644 |
| --- a/ui/app_list/views/app_list_view_unittest.cc |
| +++ b/ui/app_list/views/app_list_view_unittest.cc |
| @@ -238,6 +238,12 @@ void AppListViewTestContext::RunDisplayTest() { |
| delegate_->GetTestModel()->PopulateApps(kInitialItems); |
| Show(); |
| + |
| + // The landscape app launcher needs to be short enough to accomodate the |
| + // virtual keyboard. |
|
Matt Giuca
2014/09/16 06:39:39
"... because it is enabled by default when the vir
calamity
2014/09/16 06:55:12
Done.
|
| + if (test_type_ == LANDSCAPE) |
| + EXPECT_GE(403, view_->bounds().height()); |
| + |
| if (is_landscape()) |
| EXPECT_EQ(2, GetPaginationModel()->total_pages()); |
| else |