diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/attributes-test.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index 9117bec4c..ffef1b244 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -219,7 +219,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"rendering-intent", true}, {"repeatCount", true}, {"repeatDur", true}, - {"requiredExtensions", false}, + {"requiredFeatures", true}, + {"requiredExtensions", true}, {"restart", true}, {"result", false}, {"rotate", true}, @@ -252,7 +253,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"stroke-width", true}, {"style", true}, {"surfaceScale", false}, - {"systemLanguage", false}, + {"systemLanguage", true}, {"tableValues", false}, {"target", true}, {"targetX", false}, |
