tests: Fix ViewsScrollViewTest failures
Opened this issue · 1 comments
magreenblatt commented
To Reproduce
Steps to reproduce the behavior:
- Run
ceftests --use-views --gtest_filter=ViewsScrollViewTest.ScrollViewLayout\*
Expected behavior
Tests should succeed. Instead, tests fail with errors like:
../../cef/tests/ceftests/views/scroll_view_unittest.cc:123: Failure
Expected: (sb_height) > (0), actual: 0 vs 0
../../cef/tests/ceftests/views/scroll_view_unittest.cc:125: Failure
Expected: (sb_width) > (0), actual: 0 vs 0
Versions (please complete the following information):
- OS: MacOS 15.0.1
- CEF Version: M132
This is likely not a new failure.
magreenblatt commented
Also failing on Linux with the same error.