[wpt-sync] Sync PR 45780 - Set color-interpolation-filters=sRGB in a few external filter tests
Categories
(Core :: Web Painting, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45780 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45780
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
Set color-interpolation-filters=sRGB in a few external filter tests
These tests currently work in Blink because it's assumed that the value
of the 'color-interpolation-filters' property is 'auto', but it should
be 'linearRGB' per spec[1].Explicitly set 'color-interpolation-filters: sRGB' in the external
filter resources to match the expectations in the tests. This will
probably make the WPT one start passing in Gecko, and be a no-op in
Blink.[1] https://drafts.fxtf.org/filter-effects/#ColorInterpolationFiltersProperty
Bug: 40134477
Change-Id: Ib3ca976b43570a6cc78881c5c8f4cceb1bd384f8Reviewed-on: https://chromium-review.googlesource.com/5459000
WPT-Export-Revision: cd58e9341849b26217c1adffcff3793a252273db
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•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 2 tests
Status Summary
Firefox
PASS: 1
FAIL: 1[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, GitHub] 2[Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt]
Chrome
PASS: 2
Safari
PASS: 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/filter-effects/svg-relative-urls-001.html [wpt.fyi]:
FAILlinked bug:Bug 1887446
New Tests That Don't Pass
- /css/filter-effects/svg-external-filter-resource.html [wpt.fyi]:
FAIL[Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt],PASS[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,GitHub] (Chrome:PASS, Safari:FAIL) - /css/filter-effects/svg-relative-urls-001.html [wpt.fyi]:
FAIL(Chrome:PASS, Safari:PASS)
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c39a281581da
https://hg.mozilla.org/mozilla-central/rev/fef109e6f0a3
Description
•