[005.html] [
should register a listener for the popstate event] bug: if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1668853 if (os == "win") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1668853 expected: if (os == "linux") and fission and not asan and not tsan: [PASS, FAIL] if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: PASS if os == "win": [PASS, FAIL] if os == "android": PASS [FAIL, PASS] [window.onpopstate should register a listener for the popstate event] bug: if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1692852 if (os == "win") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1692852 if (os == "linux") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1692852 if (os == "android") and fission and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1692852 expected: if (os == "win") and not debug: PASS if (os == "mac") and not debug: PASS if os == "android": PASS [PASS, FAIL]