github web-platform-tests/wpt merge_pr_46724

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
7 months ago

width_offset and height_offset should never be negative (#46724)

Reftests all failing on Mac because windows size is set to 0. The reason
windows size is zero is because width_offset and height_offset are
negative -800 and -600 respectively, and when they are added to the
expected size, the final size is 0.

This seems to be some mac side syncronazation issue. Add this sanite
check to bypass this issue for now.

Bug: https://g-issues.chromium.org/issues/339909604

Don't miss a new wpt release

NewReleases is sending notifications on new releases.