| 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..f59156b6500ae05455004ab8fd5cfc5c9c57d251 100644
|
| --- a/ui/app_list/views/app_list_view_unittest.cc
|
| +++ b/ui/app_list/views/app_list_view_unittest.cc
|
| @@ -238,6 +238,13 @@ void AppListViewTestContext::RunDisplayTest() {
|
| delegate_->GetTestModel()->PopulateApps(kInitialItems);
|
|
|
| Show();
|
| +
|
| + // The landscape app launcher needs to be short enough to accomodate the
|
| + // virtual keyboard because it is enabled by default when the virtual keyboard
|
| + // is enabled.
|
| + if (test_type_ == LANDSCAPE)
|
| + EXPECT_GE(403, view_->bounds().height());
|
| +
|
| if (is_landscape())
|
| EXPECT_EQ(2, GetPaginationModel()->total_pages());
|
| else
|
|
|