Bug 1550729 - Enable column-span pref for contain-size-multicol-{002,003}.html individually. r=dholbert

CSS containment is enabled on early beta or earlier. Using
"default-preferences" to flip column-span pref overrides CSS
containment's pref at the first line in the reftest.list, which make the
two test fail on late beta.

Differential Revision: https://phabricator.services.mozilla.com/D30674

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ting-Yu Lin 2019-05-10 19:48:53 +00:00
parent 1b56450c60
commit 3021c0878e

View File

@ -54,7 +54,5 @@ fails == contain-layout-suppress-baseline-002.html contain-layout-suppress-basel
# manifest. They're listed again here so we can re-run these tests with
# column-span enabled. These lines can be removed once the pref becomes
# default-enabled (Bug 1426010).
default-preferences pref(layout.css.column-span.enabled,true)
== contain-size-multicol-002.html contain-size-multicol-002-ref.html
== contain-size-multicol-003.html contain-size-multicol-003-ref.html
default-preferences
pref(layout.css.column-span.enabled,true) == contain-size-multicol-002.html contain-size-multicol-002-ref.html
pref(layout.css.column-span.enabled,true) == contain-size-multicol-003.html contain-size-multicol-003-ref.html