mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Enable CSS column-span in UA stylesheet, and update test expectations.
We use "column-span: all" in ua.css in Part 3. To be able to flip the pref in individual wpt tests, we need column-span to be always enabled in UA stylesheets. Differential Revision: https://phabricator.services.mozilla.com/D5212
This commit is contained in:
parent
9845a857ce
commit
087ac72f73
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@ ${helpers.predefined_type(
|
|||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-rule-color",
|
||||
)}
|
||||
|
||||
// FIXME: Remove enabled_in="ua" once column-span is enabled on nightly (bug 1423383).
|
||||
${helpers.single_keyword(
|
||||
"column-span",
|
||||
"none all",
|
||||
|
@ -72,6 +73,7 @@ ${helpers.single_keyword(
|
|||
animation_value_type="discrete",
|
||||
gecko_enum_prefix="StyleColumnSpan",
|
||||
gecko_pref="layout.css.column-span.enabled",
|
||||
enabled_in="ua",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span",
|
||||
extra_prefixes="moz:layout.css.column-span.enabled",
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue