style: Support AllowQuirks::Always option in helpers.mako.rs

Differential Revision: https://phabricator.services.mozilla.com/D29936
This commit is contained in:
violet 2019-05-16 00:44:51 +00:00 committed by Emilio Cobos Álvarez
parent f8a2172d42
commit d552969ca1
14 changed files with 25 additions and 25 deletions

View file

@ -24,7 +24,7 @@
logical_group="padding",
spec=spec,
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_PLACEHOLDER GETCS_NEEDS_LAYOUT_FLUSH",
allow_quirks=not side[1],
allow_quirks="No" if side[1] else "Yes",
servo_restyle_damage="reflow rebuild_and_reflow_inline"
)}
% endfor