mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
In the scrollable overflow calcutation, apply CSS transforms to boxes and scrollable overflow of the descendant. Clip unreachable scrollable overflow according to it's block start and inline start scrolling direction. And, renamed `Fragment::scrolling_overflow` to `Fragment::scrolling_overflow_for_parent` as it was calculating the scrolling overflow contribution from a child. Add several WPT tests, testing the transform interaction `rotate`, `scale`, and `skew` with scrollable overflow. There are several WPT test that are testing the interaction that not expected from current browsers implementation according to the spec. Testing: Existing and new WPT. Fixes: #36031 --------- Signed-off-by: stevennovaryo <steven.novaryo@gmail.com>
21 lines
267 B
INI
Vendored
21 lines
267 B
INI
Vendored
[grid-content-alignment-overflow-002.html]
|
|
[.grid 1]
|
|
expected: FAIL
|
|
|
|
[.grid 2]
|
|
expected: FAIL
|
|
|
|
[.grid 3]
|
|
expected: FAIL
|
|
|
|
[.grid 4]
|
|
expected: FAIL
|
|
|
|
[.grid 7]
|
|
expected: FAIL
|
|
|
|
[.grid 8]
|
|
expected: FAIL
|
|
|
|
[.grid 12]
|
|
expected: FAIL
|