You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
script: Do not store an initial content size in new ResizeObservers. (servo#40260)
ResizeObservers are supposed to have an initial 0x0 notification for
targets that don't have a CSS layout box, but our default values were
interfering with that.
Testing: New passing tests.
Fixes: part of servo#31182
Signed-off-by: Josh Matthews <[email protected]>
0 commit comments