New wpt failures in /css/css-ui/appearance-cssom-001.html
Categories
(Core :: Layout, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Assigned: emilio)
References
Details
(Whiteboard: [wpt], [wptsync upstream])
Attachments
(1 file)
Syncing wpt PR 27828 found new untriaged test failures in CI
Tests Affected
Firefox-only failures
/css/css-ui/appearance-cssom-001.html
-webkit-appearance: slider-horizontal: FAIL
-moz-appearance (should not be supported): FAIL
New Tests That Don't Pass
/css/css-ui/appearance-cssom-001.html
-webkit-appearance: meterbar (invalid): FAIL (Chrome: PASS, Safari: FAIL)
-webkit-appearance: progressbar (invalid): FAIL (Chrome: PASS, Safari: FAIL)
-webkit-appearance: textfield-multiline (invalid): FAIL (Chrome: PASS, Safari: FAIL)
appearance: slider-horizontal: FAIL (Chrome: PASS, Safari: FAIL)
appearance: meterbar (invalid): FAIL (Chrome: PASS, Safari: FAIL)
appearance: progressbar (invalid): FAIL (Chrome: PASS, Safari: FAIL)
appearance: textfield-multiline (invalid): FAIL (Chrome: PASS, Safari: FAIL)
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1695548 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•4 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
-
Remove some legacy appearance aliases that other engines don't
implement. -
Allow to pass with unimplemented <compat-auto> values, since per the
spec the idea of these is to get them removed, see
https://github.com/w3c/csswg-drafts/issues/8506 for the ones we don't
implement. -
Also allow the
-moz-
prefix to be implemented, because we can't
quite get rid of it (people use it to remove the <input type=number>
buttons with -moz-appearance: textfield and so on), and the
alternative is to implement a bunch of non-standard ::-webkit-
pseudo-elements.
Updated•2 years ago
|
Reporter | ||
Comment 3•2 years ago
|
||
Reporter | ||
Updated•2 years ago
|
Comment 4•2 years ago
•
|
||
Backed out changeset fa7252da2862 (Bug 1695565) for xpcshell failures on test_css-properties-db.js.
Backout link
Push with failures <--> X3
Failure Log
Also R1
Also TVw [tier2] and same but wpt6 [tier 1]
Reporter | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Backed out for causing reftest failures on setsize.xhtml
There are also these TV failures if you could take a look at them. Thank you!
Reporter | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
bugherder |
Reporter | ||
Comment 11•2 years ago
|
||
Description
•