Bug 1572912 - Enable column-span preference to fix existing test failures. r=dbaron

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ting-Yu Lin 2019-08-12 04:32:34 +00:00
Родитель b7a967139e
Коммит 30b01f4f60
4 изменённых файлов: 9 добавлений и 17 удалений

Просмотреть файл

@ -311,9 +311,11 @@ fuzzy-if(OSX&&!webrender,255-255,100-150) css-writing-modes/outline-inline-vlr-0
#Therefore using fuzzy annotation as a catch all
fuzzy(0-255,0-2808) css-multicol/multicol-rule-large-001.xht
# fails because column-span property not implemented (Bug 616436)
fails css-multicol/multicol-fill-auto-block-children-001.xht
fails css-multicol/multicol-fill-auto-block-children-002.xht
# multicol-fill-auto-block-children-ref.xht has been updated in wpt in
# bug 1523595 Part 4. Updating to the upstream version should eliminate the
# fuzzy-if on OSX for multicol-fill-auto-block-children-001.xht.
pref(layout.css.column-span.enabled,true) fuzzy-if(OSX,255-255,2762-2762) css-multicol/multicol-fill-auto-block-children-001.xht
pref(layout.css.column-span.enabled,true) css-multicol/multicol-fill-auto-block-children-002.xht
pref(layout.css.column-span.enabled,true) fuzzy-if(winWidget,40-47,8-8) fuzzy-if(OSX,0-27,0-11) css-multicol/multicol-span-all-block-sibling-003.xht
# skip these tests since they haven't been triaged yet.

Просмотреть файл

@ -88,8 +88,8 @@ fuzzy(0-204,0-930) fuzzy-if(skiaContent,0-208,0-930) == css-multicol/multicol-co
== css-multicol/multicol-fill-auto-001.xht css-multicol/multicol-fill-auto-001-ref.xht
fuzzy(0-135,0-80) == css-multicol/multicol-fill-auto-002.xht css-multicol/multicol-fill-auto-002-ref.xht
fuzzy(0-135,0-3270) == css-multicol/multicol-fill-auto-003.xht css-multicol/multicol-fill-auto-003-ref.xht
fails == css-multicol/multicol-fill-auto-block-children-001.xht css-multicol/multicol-fill-auto-block-children-ref.xht
fails == css-multicol/multicol-fill-auto-block-children-002.xht css-multicol/multicol-fill-auto-block-children-002-ref.xht
pref(layout.css.column-span.enabled,true) fuzzy-if(OSX,255-255,2762-2762) == css-multicol/multicol-fill-auto-block-children-001.xht css-multicol/multicol-fill-auto-block-children-ref.xht
pref(layout.css.column-span.enabled,true) == css-multicol/multicol-fill-auto-block-children-002.xht css-multicol/multicol-fill-auto-block-children-002-ref.xht
fuzzy(0-135,0-80) == css-multicol/multicol-fill-balance-001.xht css-multicol/multicol-fill-balance-001-ref.xht
skip == css-multicol/multicol-fill-balance-002.html reference/ref-filled-green-100px-square-only.html
fuzzy(0-135,0-821) == css-multicol/multicol-gap-000.xht css-multicol/multicol-gap-000-ref.xht

Просмотреть файл

@ -1,7 +1,2 @@
[inheritance.html]
[Property column-span does not inherit]
expected: FAIL
[Property column-span has initial value none]
expected: FAIL
prefs: [layout.css.column-span.enabled:true]

Просмотреть файл

@ -1,7 +1,2 @@
[column-span-computed.html]
[Property column-span value 'none' computes to 'none']
expected: FAIL
[Property column-span value 'all' computes to 'all']
expected: FAIL
prefs: [layout.css.column-span.enabled:true]