summaryrefslogtreecommitdiff
path: root/test/data/select/tests1.dat
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-13 11:49:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-13 11:49:14 +0000
commitc9899180b84909a15f3dcc17378a60d4e9e9fc3e (patch)
tree9b2b9a4fa3c9fc4e719b3e436f46be3be5d25986 /test/data/select/tests1.dat
parentcc46ab612c7b739d9ab4afc5b342ff4f0d5a56cc (diff)
downloadlibcss-c9899180b84909a15f3dcc17378a60d4e9e9fc3e.tar.gz
libcss-c9899180b84909a15f3dcc17378a60d4e9e9fc3e.tar.bz2
Beginnings of a computed style dump routine.
It probably helps to process the stylesheets individually, rather than parsing them all into one sheet. Fix test data somewhat. svn path=/trunk/libcss/; revision=6468
Diffstat (limited to 'test/data/select/tests1.dat')
-rw-r--r--test/data/select/tests1.dat9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/data/select/tests1.dat b/test/data/select/tests1.dat
index dac5fbf..d8a55b0 100644
--- a/test/data/select/tests1.dat
+++ b/test/data/select/tests1.dat
@@ -6,14 +6,13 @@
#ua
div, p { display: block; }
#user
-.green { color: red !important; }
+.green { color: #f00 !important; }
#author
div#foo { background-color: #bbc; }
-.green { color: green; }
+.green { color: #0f0; }
#errors
#expected
-background-color: #bbbbcc00
-color: red;
+color: #ff000000
display: block
#reset
@@ -25,7 +24,7 @@ div { display: block; }
div { display: inline; }
#errors
#expected
-display: block;
+display: block
#reset
#tree all active