From e12825e094f3bb40336e92ea208050fe001f78ba Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 14 Feb 2009 08:41:54 +0000 Subject: Handle :first-child within libcss svn path=/trunk/libcss/; revision=6474 --- test/data/select/tests1.dat | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'test/data/select/tests1.dat') 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 -- cgit v1.2.3