DescriptionDon't need to preserve CSS line-height property during editing operation
When we merge two paragraphs by typing backspace key at the head
of the second paragraph, the styles of the second paragraph can be
preserved by using <span> tag. However, we don't need to preserve
line-height style because the computed value can be different from
the value defined in HTML.
BUG=226941
TEST=editing/deleting/backspace-merge-two-paragraphs.html
Committed: https://crrev.com/8e411d16171d27612776a2f05356b0ed9f06b848
Cr-Commit-Position: refs/heads/master@{#399410}
Patch Set 1 : #Patch Set 2 : rebaseline #Patch Set 3 : rebaseline: webkit_unit_tests #
Messages
Total messages: 13 (7 generated)
|