New wpt failures in /css/css-images/image-set/image-set-parsing.html
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
Details
(Whiteboard: [wpt])
Syncing wpt PR 37562 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-images/image-set/image-set-parsing.html [wpt.fyi]
- e.style['content'] = "image-set(linear-gradient(black, white) 1x, 'example.png' 4x)" should set the property value:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['content'] = "image-set(url("example.png") 192dpi, linear-gradient(black, white) 1x)" should set the property value:
FAIL(Chrome:FAIL, Safari:PASS)
- e.style['content'] = "image-set(linear-gradient(black, white) 1x, 'example.png' 4x)" should set the property value:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1806176 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Comment 1•2 years ago
|
||
Basically bug 1696314
Comment 2•2 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #1)
Basically bug 1696314
or really bug 1684958, rather (since the failures are about content, not cursor).
Comment 3•2 years ago
•
|
||
Note: this bug's dupe-target bug 1684958 was fixed, but we've got 12 newish subtest failures in this test.
I think the first four "should set the property value" subtests (where we're just producing a different serialization) will be fixed via the test changes in https://github.com/web-platform-tests/wpt/pull/40461
And I think the other 8 (with a negative resolution and `should not set the property value") are fixed by bug 1836564.
Comment 4•2 years ago
|
||
(Confirming comment 3: today's Nightly (which includes bug 1836564's patch) passes all of the subtests in the wpt.live-hosted version of this test (which includes the aforementioned test changes pull request #40461).
So: no failures in the test at this point.
Description
•