Fix DisplayTest.AutoResize failure

This commit is contained in:
Marshall Greenblatt 2022-08-11 14:49:54 -04:00
parent bdfed81c70
commit 69bf4a73da
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class AutoResizeTestHandler : public RoutingTestHandler {
} else if (!got_auto_resize2_) {
got_auto_resize2_.yes();
EXPECT_EQ(50, new_size.width);
EXPECT_EQ(36, new_size.height);
EXPECT_EQ(37, new_size.height);
// Disable resize notifications.
browser->GetHost()->SetAutoResizeEnabled(false, CefSize(), CefSize());