20 lines
1 KiB
INI
20 lines
1 KiB
INI
[scroll-snap-stop-001.html]
|
|
expected:
|
|
if (os == "android") and fission: [OK, TIMEOUT]
|
|
[A scroll with intended direction and end position should not pass a snap area with scroll-snap-stop: always.]
|
|
expected:
|
|
if not debug and (os == "android"): [PASS, FAIL]
|
|
if not debug and (os == "mac"): [PASS, FAIL]
|
|
if not debug and (os == "linux"): [PASS, FAIL]
|
|
|
|
[A scroll outside bounds in the snapping axis with intended direction and end position should not pass a snap area with scroll-snap-stop: always.]
|
|
expected:
|
|
if not debug and (os == "linux"): [PASS, FAIL]
|
|
if not debug and (os == "android"): [PASS, FAIL]
|
|
if not debug and (os == "mac"): [PASS, FAIL]
|
|
|
|
[A scroll outside bounds in the non-snapping axis with intended direction and end position should not pass a snap area with scroll-snap-stop: always.]
|
|
expected:
|
|
if not debug and (os == "android"): [PASS, FAIL]
|
|
if not debug and (os == "mac"): [PASS, FAIL]
|
|
if not debug and (os == "linux"): [PASS, FAIL]
|