DescriptionRevert 157368 "Tables with display:inline rendered as block elem..."
Causing lots of use-after-frees on ClusterFuzz.
> Tables with display:inline rendered as block element.
>
> Table was created as inline renderer and another table block renderer wrapper is
> created for table's content. So it was displayed as block element and all its style
> properties also associated with inline renderer and was not applied to table.
>
> Creating table inline-table renderer wrapper for table's content if parent
> is inline except inline-block parent.
>
> R=eseidel@chromium.org
> BUG=53693
>
> Review URL: https://chromiumcodereview.appspot.com/23628004
TBR=a.suchit@samsung.com
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157407
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|