summaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-06-25 16:15:05 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-06-25 16:15:05 +0000
commit5c2d982cc636ee4e2bc12703c01c86e245dd821f (patch)
tree6e6f22800c7d38314e14eccd486b65c3c4286d81 /test/src
parentupdate to trunk (diff)
parentFix for the bug 1468396 (diff)
downloadinkscape-5c2d982cc636ee4e2bc12703c01c86e245dd821f.tar.gz
inkscape-5c2d982cc636ee4e2bc12703c01c86e245dd821f.zip
update to trunk
(bzr r13645.1.94)
Diffstat (limited to 'test/src')
-rw-r--r--test/src/attributes-test.cpp9
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),