Bug 1530571 - Explicitly specify animation_value_type for scroll-padding. r=boris

Otherwise the Trait for clamping negative animation value isn't generated thus
negative animating results are exposed in computed values.

Depends on D21152

Differential Revision: https://phabricator.services.mozilla.com/D21153

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Hiroyuki Ikezoe 2019-02-26 10:17:25 +00:00
Родитель 146ce4ddef
Коммит 43d46aa4b7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,6 +39,6 @@
logical=side[1],
logical_group="scroll-padding",
spec="https://drafts.csswg.org/css-scroll-snap-1/#propdef-scroll-padding-%s" % side[0],
animation_value_type="ComputedValue",
animation_value_type="NonNegativeLengthPercentageOrAuto",
)}
% endfor