diff options
Diffstat (limited to 'testing/web-platform/meta/content-security-policy/object-src')
7 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/content-security-policy/object-src/object-src-no-url-blocked.html.ini b/testing/web-platform/meta/content-security-policy/object-src/object-src-no-url-blocked.html.ini new file mode 100644 index 0000000000..240833d6a3 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/object-src/object-src-no-url-blocked.html.ini @@ -0,0 +1,5 @@ +[object-src-no-url-blocked.html] + expected: TIMEOUT + [Should block the object and fire a spv] + expected: NOTRUN + diff --git a/testing/web-platform/meta/content-security-policy/object-src/object-src-url-allowed.html.ini b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-allowed.html.ini new file mode 100644 index 0000000000..8a5a255794 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-allowed.html.ini @@ -0,0 +1,3 @@ +[object-src-url-allowed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/object-src/object-src-url-blocked.html.ini b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-blocked.html.ini new file mode 100644 index 0000000000..78fc5d5747 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-blocked.html.ini @@ -0,0 +1,3 @@ +[object-src-url-blocked.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/object-src/object-src-url-embed-allowed.html.ini b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-embed-allowed.html.ini new file mode 100644 index 0000000000..4227296cea --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-embed-allowed.html.ini @@ -0,0 +1,3 @@ +[object-src-url-embed-allowed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/object-src/object-src-url-embed-blocked.html.ini b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-embed-blocked.html.ini new file mode 100644 index 0000000000..aab46e8c26 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-embed-blocked.html.ini @@ -0,0 +1,3 @@ +[object-src-url-embed-blocked.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/content-security-policy/object-src/object-src-url-redirect-allowed.html.ini b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-redirect-allowed.html.ini new file mode 100644 index 0000000000..5bd2d5e09d --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-redirect-allowed.html.ini @@ -0,0 +1,3 @@ +[object-src-url-redirect-allowed.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/content-security-policy/object-src/object-src-url-redirect-blocked.sub.html.ini b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-redirect-blocked.sub.html.ini new file mode 100644 index 0000000000..35c3ed2f88 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/object-src/object-src-url-redirect-blocked.sub.html.ini @@ -0,0 +1,9 @@ +[object-src-url-redirect-blocked.sub.html] + disabled: + if (os == "android"): bug 1553440 + expected: + if (os == "android"): TIMEOUT + [Should block the object and fire a spv] + expected: + if (os == "android"): NOTRUN + |