mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
This is an implementation for `scrollIntoView`. For now, it is called when a certain element gains focus. Testing: Existing WPT tests Fixes: #24059 Signed-off-by: abdelrahman1234567 <abdelrahman.hossameldin.awadalla@huawei.com>
18 lines
492 B
INI
Vendored
18 lines
492 B
INI
Vendored
[scrollIntoView-vertical-lr-writing-mode.html]
|
|
[scrollIntoView({"block":"end","inline":"start"})]
|
|
expected: FAIL
|
|
|
|
[scrollIntoView({"block":"start","inline":"center"})]
|
|
expected: FAIL
|
|
|
|
[scrollIntoView({"block":"center","inline":"start"})]
|
|
expected: FAIL
|
|
|
|
[scrollIntoView({"block":"end","inline":"center"})]
|
|
expected: FAIL
|
|
|
|
[scrollIntoView({"block":"start","inline":"end"})]
|
|
expected: FAIL
|
|
|
|
[scrollIntoView({"block":"center","inline":"end"})]
|
|
expected: FAIL
|