[wpt-sync] Sync PR 47480 - Add fuzzy metadata for conic gradient tests
Categories
(Core :: Layout: Images, Video, and HTML Frames, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47480 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47480
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
Add fuzzy metadata for conic gradient tests
There are 9 tests that fail in Safari:
https://wpt.fyi/results/css/css-images?label=master&label=stable&aligned&q=feature%3Aconic-gradientsThese all fail with a maxDifference of 1, and varying number of total
pixels. To not overfit on Safari's current behavior, totalPixels was set
to the are of the test element, which is either 100x100 or 200x200.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests
Status Summary
Firefox
FAIL
: 9
Chrome
FAIL
: 9
Safari
FAIL
: 9
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-images/conic-gradient-angle-negative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-images/conic-gradient-angle.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-images/conic-gradient-center.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-images/multiple-position-color-stop-conic.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-images/normalization-conic-2.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-images/normalization-conic-degenerate.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-images/normalization-conic.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-images/out-of-range-color-stop-conic.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-images/tiled-conic-gradients.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9cb63b25f992
https://hg.mozilla.org/mozilla-central/rev/74d89c2a4027
Description
•