From e15096918f74f95bb0aa3889792ca97e71d73e82 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 29 May 2015 23:48:09 -0700 Subject: Updating gtest version with newer attributes. (bzr r14188) --- test/src/attributes-test.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/src/attributes-test.cpp') 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 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 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), -- cgit v1.2.3