Source code

Revision control

Copy as Markdown

Other Tools

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