diff options
Diffstat (limited to 'testing/web-platform/meta/intersection-observer/isIntersecting-threshold.html.ini')
-rw-r--r-- | testing/web-platform/meta/intersection-observer/isIntersecting-threshold.html.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/intersection-observer/isIntersecting-threshold.html.ini b/testing/web-platform/meta/intersection-observer/isIntersecting-threshold.html.ini new file mode 100644 index 0000000000..36bba2fe82 --- /dev/null +++ b/testing/web-platform/meta/intersection-observer/isIntersecting-threshold.html.ini @@ -0,0 +1,13 @@ +[isIntersecting-threshold.html] + [Scrolled to half way through target element] + expected: + if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL] + if (os == "android") and swgl: [PASS, FAIL] + + [Scrolled to target element completely off screen] + expected: + if not fission and (os == "linux") and debug and not swgl: [PASS, FAIL] + + [At initial scroll position] + expected: + if not fission and (os == "linux") and debug and not swgl: [PASS, FAIL] |