1
0
Fork 0
firefox/testing/web-platform/meta/css/css-scroll-snap/input/keyboard.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 lines
797 B
INI

[keyboard.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
[Snaps to bottom-left after pressing ArrowDown]
expected:
if os == "linux": [PASS, FAIL]
if os == "android": [PASS, FAIL]
[Snaps to top-left after pressing ArrowUp]
expected:
if (os == "linux") and fission and not asan and not tsan: [PASS, FAIL]
if (os == "linux") and not fission: [PASS, FAIL, TIMEOUT]
[Snaps to top-left after pressing ArrowLeft]
expected:
if asan: [PASS, FAIL]
[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:
if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]