aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Yu Lin <tlin@mozilla.com>2018-10-27 06:14:13 +0000
committerEmilio Cobos Álvarez <emilio@crisal.io>2018-11-10 21:10:11 +0100
commit087ac72f73850ba9016429ee3201d293badd060e (patch)
tree3d781b628c485986d961b52da52cc69c0aa6ad1a
parent9845a857ce73fc714982d80b1f75db36aa11d0d6 (diff)
downloadservo-087ac72f73850ba9016429ee3201d293badd060e.tar.gz
servo-087ac72f73850ba9016429ee3201d293badd060e.zip
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
-rw-r--r--components/style/properties/longhands/column.mako.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/properties/longhands/column.mako.rs b/components/style/properties/longhands/column.mako.rs
index 4f223ceb856..d4bae90c96b 100644
--- a/components/style/properties/longhands/column.mako.rs
+++ b/components/style/properties/longhands/column.mako.rs
@@ -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",
)}