From a57c4f03cc819c7eb2d5727157870e2aee947537 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 26 Jun 2009 19:49:46 +0000 Subject: Support for parsing inline styles svn path=/trunk/libcss/; revision=8024 --- test/css21.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/css21.c') diff --git a/test/css21.c b/test/css21.c index 704ed9f..d3bf96d 100644 --- a/test/css21.c +++ b/test/css21.c @@ -47,7 +47,7 @@ int main(int argc, char **argv) assert(css_stylesheet_create(CSS_LEVEL_21, "UTF-8", argv[2], NULL, CSS_ORIGIN_AUTHOR, CSS_MEDIA_ALL, false, - ctx, myrealloc, NULL, &sheet) == CSS_OK); + false, ctx, myrealloc, NULL, &sheet) == CSS_OK); fp = fopen(argv[2], "rb"); if (fp == NULL) { @@ -103,8 +103,8 @@ int main(int argc, char **argv) assert(css_stylesheet_create(CSS_LEVEL_21, "UTF-8", buf, NULL, CSS_ORIGIN_AUTHOR, - media, false, ctx, myrealloc, NULL, - &import) == CSS_OK); + media, false, false, ctx, myrealloc, + NULL, &import) == CSS_OK); assert(css_stylesheet_data_done(import) == CSS_OK); -- cgit v1.2.3