summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_window_open_download_block_downloads.tentative.html.ini
blob: 14d8eabc1190cf282485daab24ec9fec1c05dfc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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