Source code

Revision control

Copy as Markdown

Other Tools

[iframe_sandbox_window_open_download_block_downloads.tentative.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[window.open(download, ) triggering download in sandbox is blocked.]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if os == "android": FAIL
[window.open(download, "_blank") triggering download in sandbox is blocked.]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if os == "android": FAIL
[window.open(download, "_blank", "noopener") triggering download in sandbox is blocked.]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if os == "android": FAIL