Bug 1523595 Part 4 - Enable column-span for multicol-fill-auto-block-children-{001,002}.xht, and fix a reference file. r=dbaron

The default margin-top of h1 is 0.67em in Firefox (specified in
layout/style/res/html.css) as well as in Google Chrome.

The test reference tries to override it to avoid margin-collapse, but
using 0.66em can cause rounding issue on MacOS that make the test
failed.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ting-Yu Lin 2019-06-19 17:05:25 +00:00
parent 6c93720bad
commit c5bc13999e
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
[multicol-fill-auto-block-children-001.xht]
expected: FAIL
prefs: [layout.css.column-span.enabled:true]

View File

@ -1,2 +1,2 @@
[multicol-fill-auto-block-children-002.xht]
expected: FAIL
prefs: [layout.css.column-span.enabled:true]

View File

@ -16,7 +16,7 @@ body {
h1 {
font-size: 2em;
margin: 0;
padding-top: 0.66em;
padding-top: 0.67em;
}
]]></style>
</head>