DescriptionFixed for-loop increments in InsertionPoint::setDistributedNodes.
When we reached the end of the old/new distributed nodes in the inner
for-loop, we would do an extra increment of the index of the new/old
distributed nodes which would then lead to skipping reattach for one of
the elements.
Also removed the special treatment of reattaching fallback elements as
they would be part of the new/old vector and shouldn't need special
treatment.
The added test is currently not failing as it's hidden by a
SubtreeStyleChange on the host element which I'll try to remove in a
separate CL.
R=hayato@chromium.org,kochi@chromium.org,esprehn@chromium.org
BUG=584617
Committed: https://crrev.com/401f43989e320482084542f5f0153fcb7b4a8f98
Cr-Commit-Position: refs/heads/master@{#373805}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 11 (4 generated)
|