[Clusterfuzz] crash in InsertParagraphSeperator
InsertParagraphSeperator gets DCHECK(IsEditablePosition) when checking for leading white speace position. This happens on a unusual HTML having, webkit-appearance style applied. Since the layoutBlock in this scenario has a logical height because of appearance property, and layout for table elements like colgroup is LayoutBlockFlow, therefore the visuallyEquivalentAlgorithm considers it as a EditablePosition, and the command for InsertParagraph is executed. Bug: 777378 Change-Id: I2abce4d09e2526f081cd810fc663aec61cfb24bf Reviewed-on: https://chromium-review.googlesource.com/781331Reviewed-by:yosin (OOO Dec 11 to Jan 8) <yosin@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Tanvir Rizvi <tanvir.rizvi@samsung.com> Cr-Commit-Position: refs/heads/master@{#522023}
Showing
Please register or sign in to comment