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 86c9f89..5a9bfc2 100644
--- a/test/select-auto.c
+++ b/test/select-auto.c
@@ -1065,6 +1065,6 @@ css_error node_presentational_hint(void *pw, void *node,
UNUSED(property);
UNUSED(hint);
- return CSS_OK;
+ return CSS_PROPERTY_NOT_SET;
}