DescriptionGet rid of false assert from CompositeEditCommand::moveParagraphContentsToNewBlockIfNecessary
This patch removes false assumption from CompositeEditCommand::moveParagraphContentsToNewBlockIfNecessary,
which attached test case breaks that.
In the test case attached test case, |upstreamStart| points empty UL elemnt,
but it is visble, and |upstreamEnd| points A element. Thus, |upstreamStart|
isn't descendant of |upstreamEnd|. When removing "style" attribute from UL
element to make it invisible, this test case doesn't cause assertion.
BUG=366068
TEST=LayoutTests/editing/execCommand/justify-center-empty-list-crash.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175118
Patch Set 1 #
Total comments: 5
Patch Set 2 : 2014-05-30T02:02:04 #
Messages
Total messages: 9 (0 generated)
|