gecko-dev/layout/reftests/forms
Emilio Cobos Álvarez 46971a6492 Bug 1488403 - Make sticky legend reftest not depend on groove border antialising. r=nical
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
2018-09-04 15:17:04 +00:00
..
button Bug 1397768 part 2: Adjust reftests for clarity & to reliably pass on all platforms. (test-only) 2018-08-17 23:45:39 -07:00
fieldset Bug 1488403 - Make sticky legend reftest not depend on groove border antialising. r=nical 2018-09-04 15:17:04 +00:00
input Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
legend Bug 1483499: Give <legend> consistent default padding, regardless of whether it's a child of fieldset. r=mats 2018-08-24 21:23:56 +00:00
meter Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
output
placeholder Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
progress Bug 1417200: Stop using -moz-border-*-colors in forms.css. r=xidorn 2017-12-01 23:25:17 +01:00
select Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
textarea Bug 1392106 - random-if more test cases for windows 7 letter rendering failures. r=RyanVM 2018-08-27 18:38:37 +00:00
textbox Bug 1408811 - Update test expectation for this bug. r=emilio 2017-10-24 21:16:52 +02:00
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 Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
text-control-baseline-1-ref.html
text-control-baseline-1.html