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:
shuppy
2025-10-01 18:43:11 +08:00
committed by GitHub
parent f4c618924f
commit cd80d2724d
1994 changed files with 69847 additions and 97 deletions

View 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

View File

@@ -0,0 +1,3 @@
[mouse-wheel.html]
[Wheel-scroll triggers snap to target position without intermediate pause.]
expected: FAIL

View 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

View File

@@ -0,0 +1,2 @@
[snap-area-overflow-boundary-viewport-covering.tentative.html]
expected: CRASH