blob: e2901f8a30b035b55a8e7bbbfbe5034f45549dea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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]
|