From 46a819f99abbdc8205a2bfc9bb67536ada08c0e1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Dec 2010 21:25:31 +0000 Subject: Fix testsuite in light of change to colour representation svn path=/trunk/libcss/; revision=10987 --- test/select-auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/select-auto.c') 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; -- cgit v1.2.3