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:
Ting-Yu Lin 2018-10-27 06:14:13 +00:00 committed by Emilio Cobos Álvarez
parent 9845a857ce
commit 087ac72f73
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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",
)}