diff options
Diffstat (limited to 'testing/web-platform/tests/content-security-policy/style-src/resources/allowed.css')
-rw-r--r-- | testing/web-platform/tests/content-security-policy/style-src/resources/allowed.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/content-security-policy/style-src/resources/allowed.css b/testing/web-platform/tests/content-security-policy/style-src/resources/allowed.css new file mode 100644 index 0000000000..35a8998217 --- /dev/null +++ b/testing/web-platform/tests/content-security-policy/style-src/resources/allowed.css @@ -0,0 +1,3 @@ +#test { + color: green; +} |