[wpt-sync] Sync PR 54443 - Make a WPT for mixin invalidation through CSSOM changes.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 54443 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/54443
Details from upstream follow.
Steinar H. Gunderson <sesse@chromium.org> wrote:
Make a WPT for mixin invalidation through CSSOM changes.
Currently, we fail all of it.
Change-Id: Id0ab98534f4fe64dc11b6e17d2ba03721d957b58
Reviewed-on: https://chromium-review.googlesource.com/6866130
WPT-Export-Revision: c8b08dd8588752f90d576e8cddae9ca3f5a18645
| Assignee | ||
Updated•7 months ago
|
| Assignee | ||
Comment 1•7 months ago
|
||
| Assignee | ||
Comment 2•7 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK : 1
FAIL : 3
Chrome
CRASH: 1
Safari
OK : 1
FAIL : 3
Links
Details
New Tests That Don't Pass
- /css/css-mixins/invalidation.tentative.html [wpt.fyi]
- invalidation of @mixin from same stylesheet:
FAIL(Safari:FAIL) - invalidation of @mixin from different stylesheet:
FAIL(Safari:FAIL) - invalidation on adding @apply rule:
FAIL(Safari:FAIL)
- invalidation of @mixin from same stylesheet:
https://hg.mozilla.org/mozilla-central/rev/850740e08016
https://hg.mozilla.org/mozilla-central/rev/4e687651bf31
Description
•