зеркало из https://github.com/mozilla/gecko-dev.git
46971a6492
This reftest fails with my changes from https://github.com/servo/webrender/pull/3010. I tried to debug locally but it passes here. The reason it fails is because WebRender does distance AA between the segments of a ridge / groove border, and there's a subpixel difference so we get the AA slightly different in the test. Gecko on the other hand represents these borders as different composed solid segments, so it can't have this problem, since it doesn't do AA across the segments. We may want to change that, but it's not clear to me it's wanted, since rounded corners for these look much better on WR, for example. Rather than fuzzing the test or something like that, make the test not rely on that, given it's testing the position of the legend. Differential Revision: https://phabricator.services.mozilla.com/D4934 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
button | ||
fieldset | ||
input | ||
legend | ||
meter | ||
output | ||
placeholder | ||
progress | ||
select | ||
textarea | ||
textbox | ||
display-block-baselines-1-ref.html | ||
display-block-baselines-1.html | ||
display-block-baselines-2-ref.html | ||
display-block-baselines-2.html | ||
display-block-baselines-3-ref.html | ||
display-block-baselines-3.html | ||
display-block-baselines-4-ref.html | ||
display-block-baselines-4.html | ||
display-block-baselines-5-ref.html | ||
display-block-baselines-5.html | ||
reftest.list | ||
text-control-baseline-1-ref.html | ||
text-control-baseline-1.html |