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.