diff options
Diffstat (limited to 'testing/web-platform/tests/content-security-policy/blink-contrib/resources/blue.css')
-rw-r--r-- | testing/web-platform/tests/content-security-policy/blink-contrib/resources/blue.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/content-security-policy/blink-contrib/resources/blue.css b/testing/web-platform/tests/content-security-policy/blink-contrib/resources/blue.css new file mode 100644 index 000000000..54aeecc12 --- /dev/null +++ b/testing/web-platform/tests/content-security-policy/blink-contrib/resources/blue.css @@ -0,0 +1,3 @@ +.target { + background-color: blue; +} |