diff options
Diffstat (limited to 'src/attributes-test.h')
| -rw-r--r-- | src/attributes-test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index 78e0ea48f..548278212 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -276,6 +276,9 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"text-align", true}, {"text-anchor", true}, {"text-decoration", true}, + {"text-decoration-line", false}, + {"text-decoration-style", false}, + {"text-decoration-color", false}, {"text-indent", true}, {"text-rendering", true}, {"text-transform", true}, |
