From 2f5753d607a93c8ae18aab3dd675b111af7d879d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Jul 2009 12:59:37 +0000 Subject: Query client for initial values of color, font-family, quotes, and voice-family properties. svn path=/trunk/libcss/; revision=8306 --- test/dump_computed.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/dump_computed.h') diff --git a/test/dump_computed.h b/test/dump_computed.h index 56a818c..a9e2d88 100644 --- a/test/dump_computed.h +++ b/test/dump_computed.h @@ -1149,9 +1149,6 @@ static void dump_computed_style(const css_computed_style *style, char *buf, case CSS_FONT_FAMILY_MONOSPACE: wrote = snprintf(ptr, *len, " monospace\n"); break; - case CSS_FONT_FAMILY_DEFAULT: - wrote = snprintf(ptr, *len, " default\n"); - break; } ptr += wrote; *len -= wrote; @@ -1902,9 +1899,6 @@ static void dump_computed_style(const css_computed_style *style, char *buf, case CSS_QUOTES_NONE: wrote = snprintf(ptr, *len, "quotes: none\n"); break; - case CSS_QUOTES_DEFAULT: - wrote = snprintf(ptr, *len, "quotes: default\n"); - break; } } ptr += wrote; -- cgit v1.2.3