summaryrefslogtreecommitdiff
path: root/test/select-auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/select-auto.c')
-rw-r--r--test/select-auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/select-auto.c b/test/select-auto.c
index a4e6158..daef112 100644
--- a/test/select-auto.c
+++ b/test/select-auto.c
@@ -407,7 +407,7 @@ void parse_sheet(line_ctx *ctx, const char *data, size_t len)
{
const char *p;
const char *end = data + len;
- css_origin origin;
+ css_origin origin = CSS_ORIGIN_AUTHOR;
uint64_t media = CSS_MEDIA_ALL;
css_stylesheet *sheet;
css_stylesheet **temp;