WPT css/css-transforms/transform-input-009.html fails in Firefox, due to being fuzzier in Firefox than the test's fuzzy annotation allows for
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox118 | --- | fixed |
People
(Reporter: dholbert, Assigned: boris)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We fail this WPT:
https://wpt.fyi/results/css/css-transforms/transform-input-009.html
It seems to be a subtle antialiasing (and/or <1px positioning issue) for the text inside of the text fields.
It affects nearly every character, so there are lots of differing pixels. But that seems to be the case in other browsers, too -- the test already has this fuzzy annotation:
<meta name="fuzzy" content="maxDifference=0-129;totalPixels=0-1340">
Our failure is a little less than 50% higher in both metrics there; our maxDifference is 166 and our totalPixels is 1895. Need to do a bit more digging to find out if we should just adjust those fuzzy metrics, or if there's a better mitigation we could do (e.g. maybe Ahem would improve things), or if there's actually a bug that needs fixing on our end.
| Assignee | ||
Comment 1•2 years ago
|
||
Use Ahem font to reduce the amount of antialiasing, so we can try to remove
the fuzzy annotation from this test file.
Updated•2 years ago
|
Comment 4•2 years ago
|
||
| bugherder | ||
Description
•