[wpt-sync] Sync PR 22017 - Ship @supports selector()
Categories
(Core :: CSS Transitions and Animations, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22017 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22017
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
Ship @supports selector()
Unfortunately, some animation tests are now failing, because the tests
use CSS.supports to query for ::marker support, and change their
behavior to include ::marker animations. Animating ::marker is currently
not allowed by the spec, and therefore not supported by Blink.I2S: https://groups.google.com/a/chromium.org/d/topic/blink-dev/MVXTnyC_4bQ/discussion
Bug: 979041, 1054509
Change-Id: Ib97bec4b4ef9e83598543b6d77bc48e434c6180a
Reviewed-on: https://chromium-review.googlesource.com/2064930
WPT-Export-Revision: 5d061227a3bf4381c399b15f45f93e0f9b8cc7f7
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 5 subtests
Status Summary
Firefox
OK : 4
PASS : 25
FAIL : 3
TIMEOUT: 2
Chrome
OK : 4
PASS : 19
FAIL : 9
TIMEOUT: 2
Safari
OK : 3
PASS : 19
FAIL : 8
TIMEOUT: 4
Links
Details
New Tests That Don't Pass
/css/css-transitions/non-rendered-element-004.tentative.html: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Transitions on ::marker pseudo-elements are canceled when the parent display type is no longer list-item: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
/css/css-animations/event-order.tentative.html
Same events on pseudo-elements follow the prescribed order (::marker): FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-animations/Document-getAnimations.tentative.html
CSS Animations targetting (pseudo-)elements should have correct order after sorting (::marker): FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-transitions/Document-getAnimations.tentative.html
CSS Transitions targetting (pseudo-)elements should have correct order after sorting (::marker): FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/33a0d895f719
https://hg.mozilla.org/mozilla-central/rev/eaa859b0f2ab
Description
•