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 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 == "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]