summaryrefslogtreecommitdiff
path: root/test/parse2-auto.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 01:59:58 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 01:59:58 +0000
commit90e05332d329663b9616bae2792b7cb36d03e13f (patch)
tree9ce4334e8293e546ee6fb95730465dd18723c4d6 /test/parse2-auto.c
parent59cfdab5159981b97cd5b3b3cfd1d22f0600f5db (diff)
downloadlibcss-90e05332d329663b9616bae2792b7cb36d03e13f.tar.gz
libcss-90e05332d329663b9616bae2792b7cb36d03e13f.tar.bz2
Quirks mode parsing
svn path=/trunk/libcss/; revision=6519
Diffstat (limited to 'test/parse2-auto.c')
-rw-r--r--test/parse2-auto.c2
1 files changed, 1 insertions, 1 deletions
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);