[broadcast-channel.html] disabled: if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 expected: if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK] if (os == "win") and not debug: [TIMEOUT, OK] if (os == "mac") and debug: OK if (os == "mac") and not debug: TIMEOUT if os == "android": OK [OK, TIMEOUT] [Eligibility (BroadcastChannel closed in the pagehide event)] expected: if (os == "linux") and not debug and fission and (processor == "x86"): [TIMEOUT, PASS] if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN] if (os == "win") and not debug: [TIMEOUT, PASS, NOTRUN] if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN] if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN] if (os == "mac") and not debug: [TIMEOUT, NOTRUN] if os == "android": PASS [PASS, TIMEOUT] [Eligibility (BroadcastChannel)] expected: if (os == "linux") and not fission and not debug: [PASS, TIMEOUT] if (os == "win") and (processor == "x86"): [PASS, TIMEOUT] if os == "mac": [PASS, TIMEOUT]