[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]