diff options
Diffstat (limited to 'testing/web-platform/meta/intersection-observer/containing-block.html.ini')
-rw-r--r-- | testing/web-platform/meta/intersection-observer/containing-block.html.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/intersection-observer/containing-block.html.ini b/testing/web-platform/meta/intersection-observer/containing-block.html.ini new file mode 100644 index 0000000000..7370a77f86 --- /dev/null +++ b/testing/web-platform/meta/intersection-observer/containing-block.html.ini @@ -0,0 +1,20 @@ +[containing-block.html] + [Not in containing block and not intersecting.] + expected: + if (os == "android") and debug and swgl: [PASS, FAIL] + if (os == "android") and not debug: [PASS, FAIL] + + [Not in containing block and intersecting.] + expected: + if (os == "android") and debug and swgl: [PASS, FAIL] + if (os == "android") and not debug: [PASS, FAIL] + + [In containing block and intersecting.] + expected: + if (os == "android") and debug and swgl: [PASS, FAIL] + if (os == "android") and not debug: [PASS, FAIL] + + [In containing block and not intersecting.] + expected: + if (os == "android") and debug and swgl: [PASS, FAIL] + if (os == "android") and not debug: [PASS, FAIL] |