summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/doc_short_string.css
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/styleeditor/test/doc_short_string.css')
-rw-r--r--devtools/client/styleeditor/test/doc_short_string.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/devtools/client/styleeditor/test/doc_short_string.css b/devtools/client/styleeditor/test/doc_short_string.css
new file mode 100644
index 0000000000..585dccea1a
--- /dev/null
+++ b/devtools/client/styleeditor/test/doc_short_string.css
@@ -0,0 +1,15 @@
+/* Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/ */
+/* ☺ */
+
+body {
+ background: white;
+}
+
+div {
+ font-size: 4em;
+}
+
+div > span {
+ text-decoration: underline;
+}