mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-08 08:08:45 +01:00
Fix DisplayTest.AutoResize failure
This commit is contained in:
parent
bdfed81c70
commit
69bf4a73da
@ -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