Source code
Revision control
Copy as Markdown
Other Tools
[anchor-download.html]
[<a download> fires navigate, but not navigatesuccess or navigateerror when not intercepted by intercept()]
expected:
if (os == "linux") and not tsan and not fission and debug: [FAIL, PASS]
if (os == "win") and (processor == "x86") and not debug: [FAIL, PASS]
if (os == "linux") and not tsan and fission: [FAIL, PASS]
if (os == "win") and (processor == "x86_64"): [FAIL, PASS]
if (os == "linux") and tsan: [PASS, FAIL]
FAIL