Loading testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_block_downloads.tentative.html.ini +0 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ if (os == "linux") and not fission and not debug: [PASS, FAIL] if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL [<a download> triggered download in sandbox is blocked before a request is made.] expected: FAIL Loading @@ -15,15 +14,12 @@ expected: if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL [<a target="_blank" > triggered download in sandbox is blocked.] expected: if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL [<a target="_blank" rel="noopener" > triggered download in sandbox is blocked.] expected: if (os == "mac") and debug: [PASS, FAIL] if os == "android": FAIL testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative.html.ini +0 −2 Original line number Diff line number Diff line Loading @@ -2,10 +2,8 @@ [Navigation resulted download in sandbox is blocked.] expected: if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL [Navigation resulted download in sandbox from <object> is blocked.] expected: if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_window_open_download_block_downloads.tentative.html.ini +1 −3 Original line number Diff line number Diff line Loading @@ -3,17 +3,15 @@ expected: if (os == "linux") and debug and not fission: [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 == "mac") and debug: [PASS, FAIL] 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 debug: PASS if os == "win": PASS if os == "android": FAIL if os == "android": PASS [PASS, FAIL] testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_download_helper.js +1 −1 Original line number Diff line number Diff line function StreamDownloadFinishDelay() { return 1000; return 2000; } function DownloadVerifyDelay() { Loading Loading
testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_block_downloads.tentative.html.ini +0 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ if (os == "linux") and not fission and not debug: [PASS, FAIL] if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL [<a download> triggered download in sandbox is blocked before a request is made.] expected: FAIL Loading @@ -15,15 +14,12 @@ expected: if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL [<a target="_blank" > triggered download in sandbox is blocked.] expected: if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL [<a target="_blank" rel="noopener" > triggered download in sandbox is blocked.] expected: if (os == "mac") and debug: [PASS, FAIL] if os == "android": FAIL
testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative.html.ini +0 −2 Original line number Diff line number Diff line Loading @@ -2,10 +2,8 @@ [Navigation resulted download in sandbox is blocked.] expected: if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL [Navigation resulted download in sandbox from <object> is blocked.] expected: if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [PASS, FAIL] if os == "android": FAIL
testing/web-platform/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_window_open_download_block_downloads.tentative.html.ini +1 −3 Original line number Diff line number Diff line Loading @@ -3,17 +3,15 @@ expected: if (os == "linux") and debug and not fission: [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 == "mac") and debug: [PASS, FAIL] 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 debug: PASS if os == "win": PASS if os == "android": FAIL if os == "android": PASS [PASS, FAIL]
testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_download_helper.js +1 −1 Original line number Diff line number Diff line function StreamDownloadFinishDelay() { return 1000; return 2000; } function DownloadVerifyDelay() { Loading