Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1738010 [wpt PR 31399] - Only inflate contenteditable blocks at t…
…he first fragment., a=testonly Automatic update from web-platform-tests Only inflate contenteditable blocks at the first fragment. If a block is empty, it will usually fit inside one fragmentainer. But not always. If there's tall borders/padding, for instance, we might split the block into fragments. Never attempt to stretch the intrinsic block-size of a fragment unless we're working on the first one, or else we might end up creating an infinite number of them. Bug: 1261747 Change-Id: Ic9bc5c08259d39b39e3c7a5b6a49b197d1dd115a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3245260 Reviewed-by: Ian Kilpatrick <[email protected]> Commit-Queue: Morten Stenshorne <[email protected]> Cr-Commit-Position: refs/heads/main@{#935412} -- wpt-commits: a8e7d294c626dceb6091583ff95015428ba9f94b wpt-pr: 31399
- Loading branch information