diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-scroll-snap/parsing/scroll-snap-stop-computed.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-scroll-snap/parsing/scroll-snap-stop-computed.html.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-scroll-snap/parsing/scroll-snap-stop-computed.html.ini b/testing/web-platform/meta/css/css-scroll-snap/parsing/scroll-snap-stop-computed.html.ini new file mode 100644 index 0000000000..73589103f3 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap/parsing/scroll-snap-stop-computed.html.ini @@ -0,0 +1,14 @@ +[scroll-snap-stop-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Property scroll-snap-stop value 'normal'] + expected: + if not debug and (os == "linux"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] + + [Property scroll-snap-stop value '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] |