summaryrefslogtreecommitdiff
path: root/test/data/parse2/bg.dat
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/parse2/bg.dat')
-rw-r--r--test/data/parse2/bg.dat24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/data/parse2/bg.dat b/test/data/parse2/bg.dat
index 50c7340..0ad6444 100644
--- a/test/data/parse2/bg.dat
+++ b/test/data/parse2/bg.dat
@@ -11,6 +11,30 @@
#reset
#data
+* { background: transparent }
+#errors
+#expected
+| *
+| background-attachment: scroll
+| background-color: transparent
+| background-image: none
+| background-position: left top
+| background-repeat: repeat
+#reset
+
+#data
+* { background: currentColor }
+#errors
+#expected
+| *
+| background-attachment: scroll
+| background-color: currentColor
+| background-image: none
+| background-position: left top
+| background-repeat: repeat
+#reset
+
+#data
* { background: url("chess.png") gray 40% repeat fixed; }
#errors
#expected