mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-14 10:52:06 +02:00
Fix DisplayTest.AutoResize failure
This commit is contained in:
parent
f8d10289b5
commit
e44f76bbe4
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user