style: Make several more specified values Copy.

Differential Revision: https://phabricator.services.mozilla.com/D2932
This commit is contained in:
Xidorn Quan 2018-08-08 12:06:19 +00:00 committed by Emilio Cobos Álvarez
parent e22850dc85
commit 5299ce31aa
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 8 additions and 4 deletions

View file

@ -304,6 +304,9 @@ class Longhand(object):
"FontStyle",
"FontStyleAdjust",
"FontSynthesis",
"FontVariantEastAsian",
"FontVariantLigatures",
"FontVariantNumeric",
"FontWeight",
"GreaterThanOrEqualToOneNumber",
"GridAutoFlow",
@ -327,6 +330,7 @@ class Longhand(object):
"ScrollSnapType",
"TextAlign",
"TextDecorationLine",
"TextEmphasisPosition",
"TouchAction",
"TransformStyle",
"XSpan",