DescriptionIncorrect style recalc for text-decoration-[style, color] for immediate child text nodes.
There is a bug where the text decoration color/style is not updated when hovered (or
the style is otherwise changed). This is because text-decoration-color/style are non-
inheritable properties, so we don't bother recalculating the child styles if only
text-decoration-color or -style changes. Hence, the immediate text children of an
element will use the old RenderStyle of the parent.
Fixed by recalculating child styles if the text decorations differ between styles.
BUG=350840
TEST=text-decoration-[color, line, style].html
Patch Set 1 #Messages
Total messages: 7 (0 generated)
|