mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Update expectations for --product servodriver (#39603)
this patch updates the expectations for tests that use testdriver.js, which currently only work with `--product servodriver` (#34683), running the tests with #39587. expectations for all other tests, which don’t use testdriver.js, are unaffected. Testing: this patch updates test expectations, though the tests are not yet run in CI Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
25
tests/wpt/meta/css/css-scroll-snap/input/keyboard.html.ini
vendored
Normal file
25
tests/wpt/meta/css/css-scroll-snap/input/keyboard.html.ini
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
[keyboard.html]
|
||||
expected: TIMEOUT
|
||||
[Snaps to bottom-left after pressing ArrowDown]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Snaps to top-left after pressing ArrowUp]
|
||||
expected: NOTRUN
|
||||
|
||||
[Snaps to top-right after pressing ArrowRight]
|
||||
expected: NOTRUN
|
||||
|
||||
[Snaps to top-left after pressing ArrowLeft]
|
||||
expected: NOTRUN
|
||||
|
||||
[If the original intended offset is valid as making a snap area cover thesnapport, and there's no other snap offset in between, use the originalintended offset]
|
||||
expected: NOTRUN
|
||||
|
||||
[If the original intended offset is valid as making a snap area cover the snapport, but there's a defined snap offset in between, use the defined snap offset.]
|
||||
expected: NOTRUN
|
||||
|
||||
[If there is no valid snap offset on the arrow key's direction other than the current offset, and the scroll-snap-type is mandatory, stay at the current offset.]
|
||||
expected: NOTRUN
|
||||
|
||||
[If there is no valid snap offset on the arrow key's direction other than the current offset, and the scroll-snap-type is proximity, go to the original intended offset]
|
||||
expected: NOTRUN
|
||||
3
tests/wpt/meta/css/css-scroll-snap/input/mouse-wheel.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-scroll-snap/input/mouse-wheel.html.ini
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[mouse-wheel.html]
|
||||
[Wheel-scroll triggers snap to target position without intermediate pause.]
|
||||
expected: FAIL
|
||||
16
tests/wpt/meta/css/css-scroll-snap/input/paged.html.ini
vendored
Normal file
16
tests/wpt/meta/css/css-scroll-snap/input/paged.html.ini
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
[paged.html]
|
||||
expected: TIMEOUT
|
||||
[Doesn't skip past small snappable content]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Doesn't skip past large snappable content]
|
||||
expected: NOTRUN
|
||||
|
||||
[Scrolls multiple smaller items into view]
|
||||
expected: NOTRUN
|
||||
|
||||
[Scrolls past items currently in view]
|
||||
expected: NOTRUN
|
||||
|
||||
[Scrolls more than a page if necessary]
|
||||
expected: NOTRUN
|
||||
@@ -0,0 +1,2 @@
|
||||
[snap-area-overflow-boundary-viewport-covering.tentative.html]
|
||||
expected: CRASH
|
||||
Reference in New Issue
Block a user