summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-import/other-outermost-sheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-import/other-outermost-sheet.css')
-rw-r--r--layout/reftests/css-import/other-outermost-sheet.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/css-import/other-outermost-sheet.css b/layout/reftests/css-import/other-outermost-sheet.css
new file mode 100644
index 0000000000..8c77677abc
--- /dev/null
+++ b/layout/reftests/css-import/other-outermost-sheet.css
@@ -0,0 +1,3 @@
+@import url("outer-sheet.css");
+
+.outermost { color: cyan; }