diff options
Diffstat (limited to 'test/src/attributes-test.cpp')
| -rw-r--r-- | test/src/attributes-test.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/src/attributes-test.cpp b/test/src/attributes-test.cpp index ab1c3cec6..376c35cb2 100644 --- a/test/src/attributes-test.cpp +++ b/test/src/attributes-test.cpp @@ -134,11 +134,18 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("flood-color", true), AttributeInfo("flood-opacity", true), AttributeInfo("font-family", true), + AttributeInfo("font-feature-settings", true), AttributeInfo("font-size", true), AttributeInfo("font-size-adjust", true), AttributeInfo("font-stretch", true), AttributeInfo("font-style", true), AttributeInfo("font-variant", true), + AttributeInfo("font-variant-ligatures", true), + AttributeInfo("font-variant-position", true), + AttributeInfo("font-variant-caps", true), + AttributeInfo("font-variant-numeric", true), + AttributeInfo("font-variant-east-asian", true), + AttributeInfo("font-variant-alternates", true), AttributeInfo("font-weight", true), AttributeInfo("format", false), AttributeInfo("from", true), @@ -302,7 +309,9 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("text-anchor", true), AttributeInfo("text-decoration", true), AttributeInfo("text-decoration-color", true), + AttributeInfo("text-decoration-fill", true), AttributeInfo("text-decoration-line", true), + AttributeInfo("text-decoration-stroke", true), AttributeInfo("text-decoration-style", true), AttributeInfo("text-indent", true), AttributeInfo("text-rendering", true), |
