Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check V0 insertion point before shadow root.
It is possible to create a shadow root on a Shadow DOM V0 insertion point. However, if it's an active insertion point, we render the distributed children and not the shadow subtree. Make sure we traverse the distributed children in that case, and not the shadow tree, when FlatTreeStyleRecalc is enabled. TEST=fast/dom/shadow/shadowroot-of-insertionpoint.html Bug: 972752 Change-Id: I9158a5d669764a049acb9780dccc4ae1b0ff87b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875735 Commit-Queue: Rune Lillesveen <[email protected]> Reviewed-by: Mason Freed <[email protected]> Cr-Commit-Position: refs/heads/master@{#708971}
- Loading branch information