diff options
Diffstat (limited to 'testing/web-platform/meta/content-security-policy/script-src')
5 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/meta/content-security-policy/script-src/script-src-1_2.html.ini b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_2.html.ini new file mode 100644 index 000000000..82387c997 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_2.html.ini @@ -0,0 +1,4 @@ +[script-src-1_2.html] + type: testharness + disabled: + if os == "win": bug 1172411 diff --git a/testing/web-platform/meta/content-security-policy/script-src/script-src-1_2_1.html.ini b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_2_1.html.ini new file mode 100644 index 000000000..68bb30a16 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_2_1.html.ini @@ -0,0 +1,4 @@ +[script-src-1_2_1.html] + type: testharness + disabled: + if os == "win": bug 1094323 diff --git a/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4.html.ini b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4.html.ini new file mode 100644 index 000000000..47e08a966 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4.html.ini @@ -0,0 +1,5 @@ +[script-src-1_4.html] + type: testharness + [eval() should throw without 'unsafe-eval' keyword source in script-src directive.] + expected: FAIL + diff --git a/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4_1.html.ini b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4_1.html.ini new file mode 100644 index 000000000..97191a941 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4_1.html.ini @@ -0,0 +1,4 @@ +[script-src-1_4_1.html] + type: testharness + disabled: + if os == "win": bug 1094323 diff --git a/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4_2.html.ini b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4_2.html.ini new file mode 100644 index 000000000..dcaaf5d81 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/script-src/script-src-1_4_2.html.ini @@ -0,0 +1,5 @@ +[script-src-1_4_2.html] + type: testharness + [Unsafe eval ran in Function() constructor.] + expected: FAIL + |