Bug 1539527 [wpt PR 16069] - [Editing] Preserve inserted content's original style...
commitae231a07e099063128deee2bfd9e76a58ade84d4
authorXiaocheng Hu <xiaochengh@chromium.org>
Thu, 18 Apr 2019 11:55:05 +0000 (18 11:55 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Tue, 23 Apr 2019 14:06:30 +0000 (23 15:06 +0100)
treef082f546f21d11ac334429bb702ddedbe6e17dc6
parent96d37cda800c5614c760c5392f023799c6561308
Bug 1539527 [wpt PR 16069] - [Editing] Preserve inserted content's original style when inserted into an empty block, a=testonly

Automatic update from web-platform-tests
[Editing] Preserve inserted content's original style when inserted into an empty block

https://crrev.com/2072093002 introduced a behavior that, when content
is inserted into a block, the content's original style is removed to
match the block's style.

This results in a regression that the content's style is lost when the
block is empty and has nothing to match. Therefore, this patch preserves
the content's original style when the block is empty.

This also ensures style preservation when the insertion is an internal
operation of a higher level formatting command, e.g. outdent.

Note: this patch introduces a minor regression that, 'text-indent' CSS
property appears in a wrapper span after outdent command. This seems
harmless, though, as 'text-indent' applies only to block elements, so
the wrapper span doesn't have any effect in this case. This will be
cleaned up in a followup patch.

Bug: 818888
Change-Id: I2a6302cd5aa033339a8b857e3183dc5a2a261b4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531683
Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644200}

--

wpt-commits: ee4b086658e4633927ac88f9b3a1c7f471fc5618
wpt-pr: 16069
testing/web-platform/tests/editing/data/outdent.js