diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-scroll-snap/scroll-snap-stop-001.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-scroll-snap/scroll-snap-stop-001.html.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-scroll-snap/scroll-snap-stop-001.html.ini b/testing/web-platform/meta/css/css-scroll-snap/scroll-snap-stop-001.html.ini new file mode 100644 index 0000000000..91565158c6 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap/scroll-snap-stop-001.html.ini @@ -0,0 +1,20 @@ +[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] |