summaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2015-05-30 06:48:09 +0000
committerJon A. Cruz <jon@joncruz.org>2015-05-30 06:48:09 +0000
commite15096918f74f95bb0aa3889792ca97e71d73e82 (patch)
tree4e5f2c1f39887f8bae60df941af8ef068b1dc464 /test/src
parentFix a bug in BSpline whith pencil mode and handles tolerance (diff)
downloadinkscape-e15096918f74f95bb0aa3889792ca97e71d73e82.tar.gz
inkscape-e15096918f74f95bb0aa3889792ca97e71d73e82.zip
Updating gtest version with newer attributes.
(bzr r14188)
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),