Skip to content

Commit

Permalink
style: Enable CSS column-span in UA stylesheet, and update test expec…
Browse files Browse the repository at this point in the history
…tations.

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
  • Loading branch information
aethanyc authored and emilio committed Nov 10, 2018
1 parent 9845a85 commit 087ac72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/style/properties/longhands/column.mako.rs
Expand Up @@ -65,13 +65,15 @@ ${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",
products="gecko",
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",
)}
Expand Down

0 comments on commit 087ac72

Please sign in to comment.