[wpt-sync] Sync PR 53270 - Use TreeCountingChecker in font-style interpolations
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53270 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53270
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Use TreeCountingChecker in font-style interpolations
Invalidate percentage interpolation for tree counting function changes
on DOM mutations.Bug: 415626999
Change-Id: Ic8f51bdd910558dc68a34f49f8286d4ccbbf6caa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6652174
Reviewed-by: Rune Lillesveen \<futhark@chromium.org>
Commit-Queue: Daniil Sakhapov \<sakhapov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1476037}
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 1•6 months ago
|
||
| Assignee | ||
Comment 2•6 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK : 1
FAIL: 2
Chrome
OK : 1
PASS: 1
FAIL: 1
Safari
OK : 1
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-values/tree-counting/sibling-index-keyframe-font-style-dynamic.html [wpt.fyi]
- Initially, the sibling-index() is 3 for #target:
FAIL(Chrome:PASS, Safari:FAIL) - Removing a preceding sibling of #target reduces the sibling-index():
FAIL(Chrome:FAIL, Safari:FAIL)
- Initially, the sibling-index() is 3 for #target:
Comment 4•6 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/533fee04299a
https://hg.mozilla.org/mozilla-central/rev/33b42b7cfb12
Description
•