diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/intersection-observer/intersection-ratio-with-fractional-bounds-in-iframe.html.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/intersection-observer/intersection-ratio-with-fractional-bounds-in-iframe.html.ini b/testing/web-platform/meta/intersection-observer/intersection-ratio-with-fractional-bounds-in-iframe.html.ini new file mode 100644 index 0000000000..b08dc161d9 --- /dev/null +++ b/testing/web-platform/meta/intersection-observer/intersection-ratio-with-fractional-bounds-in-iframe.html.ini @@ -0,0 +1,8 @@ +[intersection-ratio-with-fractional-bounds-in-iframe.html] + [intersectionRatio in iframe should be 1 for totally visible target with fractional bounds] + expected: + if fission and not debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL] + if fission and not debug and (os == "win") and (processor == "x86"): [PASS, FAIL] + if fission and not debug and (os == "linux"): [PASS, FAIL] + if fission and not debug and (os == "mac"): [PASS, FAIL] + if fission and debug and (os == "win"): [PASS, FAIL] |