mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Previously, the "scroll to fragment" operation could scroll past the end of the screen, because the scroll position was not clamped to viewport boundaries. Correct this by using the `Window::scroll()` method which handles this case. In addition, ensure that `Window`'s `current_viewport` member is initialized properly when it is created.
3 lines
138 B
INI
Vendored
3 lines
138 B
INI
Vendored
[scroll-position-vertical-lr.html]
|
|
[Fragment Navigation: Scroll to block start position in vertical-lr writing mode]
|
|
expected: FAIL
|