diff options
Diffstat (limited to 'browser/devtools/styleeditor/test/import2.css')
-rw-r--r-- | browser/devtools/styleeditor/test/import2.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/browser/devtools/styleeditor/test/import2.css b/browser/devtools/styleeditor/test/import2.css new file mode 100644 index 000000000..fbbe14d9a --- /dev/null +++ b/browser/devtools/styleeditor/test/import2.css @@ -0,0 +1,10 @@ +/* vim: set ts=2 et sw=2 tw=80: */ +/* Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ */ + +@import url(import.css); + +p { + padding: 5px; +} + |