Don'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

Review-Url: https://codereview.chromium.org/2064473002
Cr-Commit-Position: refs/heads/master@{#399410}
7 files changed