DescriptionDon't create m_style for option element in display:none subtree.
Instead create a ComputedStyle on demand in rare data like we do for
other display:none elements. This caused out-of-date computed style for
option elements in display:none subtrees because recalcOwnStyle is
skipped for elements without a parentComputedStyle().
R=tkent@chromium.org
BUG=621965
Committed: https://crrev.com/91a68cd74e8fb768959d8ddac8b51eb91585d8c3
Cr-Commit-Position: refs/heads/master@{#402095}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|