зеркало из https://github.com/mozilla/gecko-dev.git
d9975fe508
The ceiling was introduced in bug 549190 for improve the consistency of underline positioning. However, removing ceiling now doesn't seem to regress the testcases in that bug, probably thanks to improvement in other part. The ceiling here causes us to have different font metrics than other browsers on Windows, and can lead to webcompat issue. We also don't do this for other backends. So it's probably better removing it in favor of rounding. There are several test changes: * min-intrinsic-with-percents-across-elements.html changes result due to height of wrapping div in reference page depends on line height, so a fixed line height is set to work around the issue. * 368020-1.html changes result because a slightly different line-height triggers bug 1462514. It is changed to use fixed line-height to work around the issue. * 456147.xul is disabled because it compares XUL against HTML page, but XUL has different approach to position text in its elements than HTML. Specifically, XUL elements don't seem to respect line height while HTML elements do. The original line height in the file was probably chosen to make the HTML match XUL, so it seems to be non-trivial to fix it in a platform-independent way. * sizing-orthog-{vlr,vrl}-in-htb-{008,020}.xht fails due to text in <p> after the testing block shifts 1px up for unknown reason. MozReview-Commit-ID: 2WJG1AigWl1 --HG-- extra : source : 653c6b7480997c4e1dbead5f0441bc06a0605b7a |
||
---|---|---|
.. | ||
507947.html | ||
664925.xhtml | ||
meter-fallback-default-style-ref.html | ||
meter-fallback-default-style.html | ||
meter-native-style-ref.html | ||
meter-native-style.html | ||
meter-vertical-native-style-ref.html | ||
meter-vertical-native-style.html | ||
progressbar-fallback-default-style-ref.html | ||
progressbar-fallback-default-style.html | ||
reftest.list |