summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/intersection-observer/callback-cross-realm-report-exception.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/intersection-observer/callback-cross-realm-report-exception.html.ini')
-rw-r--r--testing/web-platform/meta/intersection-observer/callback-cross-realm-report-exception.html.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/intersection-observer/callback-cross-realm-report-exception.html.ini b/testing/web-platform/meta/intersection-observer/callback-cross-realm-report-exception.html.ini
new file mode 100644
index 0000000000..e2901f8a30
--- /dev/null
+++ b/testing/web-platform/meta/intersection-observer/callback-cross-realm-report-exception.html.ini
@@ -0,0 +1,13 @@
+[callback-cross-realm-report-exception.html]
+ [IntersectionObserver reports the exception from its callback in the callback's global object]
+ expected:
+ if (os == "linux") and not swgl and fission and not debug and (processor == "x86_64"): [PASS, FAIL]
+ if (os == "linux") and not swgl and fission and not debug and (processor == "x86"): [PASS, FAIL]
+ if (os == "win") and (processor == "x86_64") and debug and swgl: PASS
+ if (os == "android") and debug and swgl: PASS
+ if (os == "android") and debug and not swgl: FAIL
+ if (os == "win") and (processor == "x86_64") and not debug: PASS
+ if (os == "linux") and swgl: PASS
+ if (os == "win") and (processor == "x86"): [PASS, FAIL]
+ if os == "mac": PASS
+ [FAIL, PASS]