[wpt-sync] Sync PR 61421 - Propagate attr() taint through interpolable custom property transitions
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61421 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61421
Details from upstream follow.
Kevin Babbitt <kbabbitt@microsoft.com> wrote:
Propagate attr() taint through interpolable custom property transitions
For custom property transitions, we were calculating is_attr_tainted
only in discrete transition cases. This allowed the flag to be laundered
away in interpolable transitions.This CL factors is_attr_tainted computation onto the common path and
propagates it through the pipeline for interpolable transitions.Fixed: 517746687
Change-Id: I07a965b29838567d746fa48cb270c74c2bbdd6aa
Reviewed-on: https://chromium-review.googlesource.com/8102417
WPT-Export-Revision: 3eb74eb23087c2636ca7a67c17cb39152e47e60c
| Assignee | ||
Updated•2 days ago
|
| Assignee | ||
Comment 1•2 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=eb410c37f1cc021b4f8d9bea59cc4d25854b4827
| Assignee | ||
Comment 2•2 days 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
PASS: 3
Chrome
OK : 1
FAIL: 3
Safari
OK : 1
PASS: 3
Description
•