summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testfiles/src/attributes-test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp
index d71aa03d2..f6881fc09 100644
--- a/testfiles/src/attributes-test.cpp
+++ b/testfiles/src/attributes-test.cpp
@@ -38,7 +38,8 @@ typedef std::vector<AttributeInfo>::iterator AttrItr;
std::vector<AttributeInfo> getKnownAttrs()
{
-/* Extracted mechanically from http://www.w3.org/TR/SVG11/attindex.html:
+/* Originally extracted mechanically from
+ http://www.w3.org/TR/SVG11/attindex.html:
tidy -wrap 999 -asxml < attindex.html 2>/dev/null |
tr -d \\n |
@@ -146,6 +147,7 @@ std::vector<AttributeInfo> getKnownAttrs()
AttributeInfo("font-variant-numeric", true),
AttributeInfo("font-variant-east-asian", true),
AttributeInfo("font-variant-alternates", true),
+ AttributeInfo("font-variation-settings", true),
AttributeInfo("font-weight", true),
AttributeInfo("format", false),
AttributeInfo("from", true),