New wpt failures in /css/css-backgrounds/parsing/ [background-shorthand-serialization.html, background-valid.html]
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [wpt])
Syncing wpt PR 55371 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-backgrounds/parsing/background-shorthand-serialization.html [wpt.fyi]
- border-area border-box:
FAIL(Chrome:FAIL, Safari:PASS) - border-area padding-box:
FAIL(Chrome:FAIL, Safari:PASS)
- border-area border-box:
- /css/css-backgrounds/parsing/background-valid.html [wpt.fyi]
- e.style['background'] = "border-box content-box" should set background-color:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should set background-attachment:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should set background-clip:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should set background-color:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should set background-image:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should set background-origin:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should set background-position:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should set background-repeat:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should set background-size:
FAIL(Chrome:FAIL, Safari:PASS) - e.style['background'] = "border-area" should not set unrelated longhands:
FAIL(Chrome:FAIL, Safari:PASS)
- e.style['background'] = "border-box content-box" should set background-color:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1993935 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•9 months ago
|
||
We don't support border-area at this point, so these failures are expected.
I think things have changed—Firefox now supports background-clip: border-area in bug 2045230, albeit with limited functionality.
This is exciting news.
Description
•