New wpt failures in /css/cssom/getComputedStyle-pseudo.html
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
Details
(Whiteboard: [wpt])
Attachments
(1 file)
218 bytes,
text/html
|
Details |
Syncing wpt PR 43836 found new untriaged test failures in CI
Tests Affected
Firefox-only failures
- /css/cssom/getComputedStyle-pseudo.html [wpt.fyi]
- display: contents on pseudo-elements:
FAIL
- Dynamically change to display: contents on pseudo-elements:
FAIL
- display: contents on pseudo-elements:
New Tests That Don't Pass
- /css/cssom/getComputedStyle-pseudo.html [wpt.fyi]
- Item-based blockification of nonexistent pseudo-elements:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Item-based blockification of nonexistent pseudo-elements:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1872652 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.
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Firefox-only failures
- display: contents on pseudo-elements:
FAIL
Here's a reduced testcase for this part.
Firefox prints inline
to console.log.
Chromium and WebKit print contents
to console.log.
Comment 2•11 months ago
|
||
Chrome and Safari now pass the first two of those sub-tests.
Description
•