From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../cross-origin-iframe.sub.html.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testing/web-platform/meta/intersection-observer/cross-origin-iframe.sub.html.ini (limited to 'testing/web-platform/meta/intersection-observer/cross-origin-iframe.sub.html.ini') diff --git a/testing/web-platform/meta/intersection-observer/cross-origin-iframe.sub.html.ini b/testing/web-platform/meta/intersection-observer/cross-origin-iframe.sub.html.ini new file mode 100644 index 0000000000..431d1f5bb2 --- /dev/null +++ b/testing/web-platform/meta/intersection-observer/cross-origin-iframe.sub.html.ini @@ -0,0 +1,20 @@ +[cross-origin-iframe.sub.html] + [First rAF] + expected: + if not fission and (os == "android") and debug: PASS + if fission: FAIL + [PASS, FAIL] + + [topDocument.scrollingElement.scrollTop = 100] + expected: + if fission: FAIL + + [iframeDocument.scrollingElement.scrollTop = 250] + expected: + if (os == "mac") and not debug: [PASS, FAIL] + if (os == "linux") and fission: [PASS, FAIL] + + [topDocument.scrollingElement.scrollTop = 200] + expected: + if (os == "mac") and not debug: [PASS, FAIL] + if (os == "linux") and fission: [PASS, FAIL] -- cgit v1.2.3