summaryrefslogtreecommitdiffstats
path: root/dom/security/test/sri/style_imported.css
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/sri/style_imported.css')
-rw-r--r--dom/security/test/sri/style_imported.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/security/test/sri/style_imported.css b/dom/security/test/sri/style_imported.css
new file mode 100644
index 000000000..4469e8d78
--- /dev/null
+++ b/dom/security/test/sri/style_imported.css
@@ -0,0 +1,6 @@
+#text-for-import-test {
+ color: red;
+}
+#text-for-import-test::before {
+ content: 'Test failed';
+}