Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the updating dir=auto issue when inserting text into a display:none
This CL fixes the issue of updating dir=auto when inserting text into a display:none subtree by moving the SelfOrAncestorHasDirAutoAttribute flag from ComputedStyle to Node, and updates the flag of all descendants when dir attribute is changed from/to auto and the child is inserted. Bug: 576815 Change-Id: I229aa3df0720572df011e29da90d70a87d073bc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617169 Reviewed-by: Rune Lillesveen <[email protected]> Reviewed-by: Mason Freed <[email protected]> Commit-Queue: Miyoung Shin <[email protected]> Cr-Commit-Position: refs/heads/master@{#847591}
- Loading branch information