[wpt-sync] Sync PR 61382 - script: Mark document tree as dirty when web fonts are removed
Categories
(Core :: Layout: Text and Fonts, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61382 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61382
Details from upstream follow.
Simon Wülker <simon.wuelker@arcor.de> wrote:
script: Mark document tree as dirty when web fonts are removed
We already do this for when web fonts load, but not when existing
@font-facerules are removed:
https://github.com/servo/servo/blob/1180606311f21580205750b5afab2e783d443c69/components/script/script_thread.rs#L3337-L3346Testing: ???
Fixes https://github.com/servo/servo/issues/46372
Reviewed in servo/servo#46568
| Assignee | ||
Updated•5 days ago
|
| Assignee | ||
Comment 1•5 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=99fda4df2541cf351d4ec0634d4127261c28c0c8
| Assignee | ||
Comment 2•5 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Description
•