From 6e1ecba04f030e650e12edec2ad7a57530c661e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Thu, 22 Jun 2017 10:29:37 -0300 Subject: adding font-variation-settings attribute to the attributes-test list --- testfiles/src/attributes-test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testfiles/src/attributes-test.cpp') 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::iterator AttrItr; std::vector 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 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), -- cgit v1.2.3