Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Table cells, rows, sections or column (groups) don't support margins
Table cells, rows, sections or column (groups) don't support margins https://bugs.webkit.org/show_bug.cgi?id=251100 rdar://problem/104876500 Reviewed by Alan Baradlay. Merge - https://src.chromium.org/viewvc/blink?revision=197770&view=revision This patch removes FIXME related 'if' clause and replaces with ASSERT in RenderBox.cpp and also remove computation for margins on table since table does not support margins from layout function. * Source/WebCore/rendering/RenderTableRow.cpp: (RenderTableRow::layout): Remove 'computeAndSetBlockDirectionMargins' since table does not support margins * Source/WebCore/rendering/RenderBox.cpp: (RenderBox::availableLogicalHeightUsing): Remove FIXME and related code and change with ASSERT Canonical link: https://commits.webkit.org/259955@main
- Loading branch information