/[blink]
Chromium logo

Revision 187509


Jump to revision: Previous Next
Author: dsinclair@chromium.org
Date: Fri Dec 19 05:39:24 2014 UTC (8 years, 5 months ago)
Changed paths: 5
Log Message:
Layout captions in simplifiedNormalFlowLayout for tables.

It is currently possible to get into simplifiedNormalFlowLayout for a table
while the captions need layout. Currently the simplified code will just
iterate over all of the table sections and lay them out if needed.

This CL adds iteration over the table captions as well and makes sure they're
also laid out during simplifedNormalFlowLayout.

BUG=414109

Review URL: https://codereview.chromium.org/804383002

Changed paths

Path Details
Directorytrunk/LayoutTests/fast/table/caption-position-expected.html added
Directorytrunk/LayoutTests/fast/table/caption-position.html added
Directorytrunk/LayoutTests/fast/table/display-table-caption-crash-expected.txt
(Copied from trunk/LayoutTests/fast/text/whitespace/pre-block-normal-inline-crash-2-expected.txt, r187508)
added , props changed
Directorytrunk/LayoutTests/fast/table/display-table-caption-crash.html added
Directorytrunk/Source/core/rendering/RenderTable.cpp modified , text changed

Properties

Name Value
commit-bot commit-bot@chromium.org

Powered by ViewVC 1.1.26 ViewVC Help