[wpt-sync] Sync PR 37225 - Improve performance of compute-kind-widget-no-fallback-props-001.html
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37225 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37225
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
Improve performance of compute-kind-widget-no-fallback-props-001.html
This test is flaky on debug bots (timeout), and it takes a while to
get the first frame when testing locally in a release build as well.Instead of doing style recalc thousands of times, batch all mutations
together and do recalc once at the end.Bug: 1382611
Change-Id: I43bb73d7bff6b81ede63dfa58d2a18a97b017d1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4061597
Reviewed-by: Steinar H Gunderson \<sesse@chromium.org>
Commit-Queue: Anders Hartvoll Ruud \<andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1076776}
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•