From 90e05332d329663b9616bae2792b7cb36d03e13f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Feb 2009 01:59:58 +0000 Subject: Quirks mode parsing svn path=/trunk/libcss/; revision=6519 --- test/parse2-auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/parse2-auto.c') diff --git a/test/parse2-auto.c b/test/parse2-auto.c index aedc46b..dd3c529 100644 --- a/test/parse2-auto.c +++ b/test/parse2-auto.c @@ -176,7 +176,7 @@ void run_test(const uint8_t *data, size_t len, const char *exp, size_t explen) lwc_context_ref(ctx); assert(css_stylesheet_create(CSS_LEVEL_21, "UTF-8", "foo", NULL, - CSS_ORIGIN_AUTHOR, CSS_MEDIA_ALL, ctx, + CSS_ORIGIN_AUTHOR, CSS_MEDIA_ALL, false, ctx, myrealloc, NULL, &sheet) == CSS_OK); error = css_stylesheet_append_data(sheet, data, len); -- cgit v1.2.3