summaryrefslogtreecommitdiff
path: root/test/select-auto.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 21:25:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 21:25:31 +0000
commit46a819f99abbdc8205a2bfc9bb67536ada08c0e1 (patch)
tree8e900f346a10ce5b564ab616e76127b3097861d2 /test/select-auto.c
parent5413722a03d0802e7832a696e6069368dc544b4e (diff)
downloadlibcss-46a819f99abbdc8205a2bfc9bb67536ada08c0e1.tar.gz
libcss-46a819f99abbdc8205a2bfc9bb67536ada08c0e1.tar.bz2
Fix testsuite in light of change to colour representation
svn path=/trunk/libcss/; revision=10987
Diffstat (limited to 'test/select-auto.c')
-rw-r--r--test/select-auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/select-auto.c b/test/select-auto.c
index 039ea02..74f4a03 100644
--- a/test/select-auto.c
+++ b/test/select-auto.c
@@ -1194,7 +1194,7 @@ css_error ua_default_for_property(void *pw, uint32_t property, css_hint *hint)
UNUSED(pw);
if (property == CSS_PROP_COLOR) {
- hint->data.color = 0x00000000;
+ hint->data.color = 0xff000000;
hint->status = CSS_COLOR_COLOR;
} else if (property == CSS_PROP_FONT_FAMILY) {
hint->data.strings = NULL;