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:
expected:
if (os == "win") and not debug: PASS
if (os == "mac") and not debug: PASS
if os == "android": PASS
[PASS, FAIL]