mirror of
https://github.com/servo/servo.git
synced 2025-09-15 01:18:22 +01:00
IntersectionObserver needs to be able to query node geometry without forcing a layout. A previous layout could have run without needing a `StackingContextTree`. In that case the layout-less query should finish building the `StackingContextTree` before doing the query. Add a new type of layout API which requests that layout finishes building the StackingContextTree. This change also slightly simplifies and corrects the naming of `Element` APIs around client box queries. Testing: This should fix intermittent failures in WPT tests. Fixes: #38380. Fixes: #38390. Closes: #38400. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
3 lines
77 B
INI
Vendored
3 lines
77 B
INI
Vendored
[fixed-position-iframe-scroll.html]
|
|
[scrollTo(0, 1000)]
|
|
expected: FAIL
|