summaryrefslogtreecommitdiff
path: root/test/data/select/tests1.dat
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 08:41:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 08:41:54 +0000
commite12825e094f3bb40336e92ea208050fe001f78ba (patch)
tree7726bbd590137f71d5b22dc335d71f94ba27f932 /test/data/select/tests1.dat
parent4fb1e33000041b3befba0d5b200f733028ccf72b (diff)
downloadlibcss-e12825e094f3bb40336e92ea208050fe001f78ba.tar.gz
libcss-e12825e094f3bb40336e92ea208050fe001f78ba.tar.bz2
Handle :first-child within libcss
svn path=/trunk/libcss/; revision=6474
Diffstat (limited to 'test/data/select/tests1.dat')
-rw-r--r--test/data/select/tests1.dat18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/data/select/tests1.dat b/test/data/select/tests1.dat
index 5b415f3..dc9f3c7 100644
--- a/test/data/select/tests1.dat
+++ b/test/data/select/tests1.dat
@@ -64,3 +64,21 @@ border-left-color: #00000000
display: inline
#reset
+#tree
+| div
+| p*
+#author
+p:first-child { background-color: #bbc; }
+#errors
+#expected
+background-attachment: scroll
+background-color: #bbbbcc00
+background-image: none
+background-position: 0% 0%
+background-repeat: repeat
+border-top-color: #00000000
+border-right-color: #00000000
+border-bottom-color: #00000000
+border-left-color: #00000000
+display: inline
+#reset