haikuwebkit/LayoutTests/fast/table
Alan Bujtas c94823f396 CrashOnOverflow in WebCore::RenderTable::cellBefore(WebCore::RenderTableCell const*)
https://bugs.webkit.org/show_bug.cgi?id=225949

Reviewed by Antti Koivisto.

Source/WebCore:

The table section maintains a grid of rows and columns. This grid is used to jump to cells directly during layout (as opposed to tree walking).
It needs to be re-populated on tree mutations e.g when a new row is added to the table.
RenderTableSection::willInsertTableRow assumes that rows and cells are inserted subsequently, after each other and
it's ok to ignore the grid invalidation on appends as the subsequent ::addCell() call takes care of the grid.
However in some continuation split cases, we re-parent complete rows under table sections which means no subsequent ::addCell() calls.

This patch addresses this case by using the same pattern we have for block continuation invalidation in RenderTreeBuilder::splitAnonymousBoxesAroundChild().

Test: fast/table/table-split-on-insert-with-section-crash.html

* rendering/updating/RenderTreeBuilder.cpp:
(WebCore::RenderTreeBuilder::markBoxForRelayoutAfterSplit):
(WebCore::markBoxForRelayoutAfterSplit): Deleted.
* rendering/updating/RenderTreeBuilder.h:
* rendering/updating/RenderTreeBuilderInline.cpp:
(WebCore::RenderTreeBuilder::Inline::splitInlines):

LayoutTests:

* fast/table/table-split-on-insert-with-section-crash-expected.txt: Added.
* fast/table/table-split-on-insert-with-section-crash.html: Added.


Canonical link: https://commits.webkit.org/238258@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278219 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-05-28 19:51:32 +00:00
..
border-collapsing
fixed-table-layout
resources
001.html
002.html
003.html
004.html
005.html
006.html
007.html
008-expected.txt
008.html
009.html
010.html
011.html
012.html
013.html
014.html
015.html
016.html
017.html
018.html
020.html
021.html
022-expected.txt
022.html
023.html
024-expected.png
024-expected.txt
024.html
025-expected.txt [Mac] Enable kerning, ligatures, and printer fonts 2014-12-28 03:18:29 +00:00
025.html
026.html
027-vertical.html
027.html
028-vertical.html
028.html
029.html
030.html
031-expected.png
031-expected.txt
031.html
032-expected.png
032-expected.txt
032.html
033.html
034-expected.txt
034.html
035-vertical.html
035.html
036.html
037.xml
038-vertical.html
038.html
039.html
040-vertical.html
040.html
041.html
100-percent-cell-width.html
Rowspan-value-more-than-number-of-rows-present-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
Rowspan-value-more-than-number-of-rows-present.html
absolute-table-at-bottom.html
add-before-anonymous-child.html
align-right-within-left-aligned-div-expected.png
align-right-within-left-aligned-div.html
anonymous-colgroup-simple-expected.txt [Tables] Infinite recursion in RenderTreeBuilder::attach 2020-03-31 17:03:58 +00:00
anonymous-colgroup-simple.html [Tables] Infinite recursion in RenderTreeBuilder::attach 2020-03-31 17:03:58 +00:00
anonymous-table-no-baseline-align-expected.html
anonymous-table-no-baseline-align.html
anonymous-table-section-removed-expected.txt
anonymous-table-section-removed.html
append-cells.html
append-cells2.html
assert-autotablelayout-maxlogicalwidth-expected.txt
assert-autotablelayout-maxlogicalwidth.html
assert-on-min-max-content-values-expected.txt ASSERT_NOT_REACHED() is touched in WebCore::minimumValueForLength 2016-08-26 23:25:29 +00:00
assert-on-min-max-content-values.html
assert-on-non-resolvable-row-dimension-expected.txt
assert-on-non-resolvable-row-dimension.html
assert-when-visual-overflow-is-cleared-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
assert-when-visual-overflow-is-cleared.html
auto-100-percent-width-expected.png
auto-100-percent-width-expected.txt Overlapping content on earny.co 2020-07-02 19:45:27 +00:00
auto-100-percent-width.html
auto-table-layout-colgroup-removal-crash-expected.txt
auto-table-layout-colgroup-removal-crash.html Crash in FixedTableLayout::layout 2012-06-26 19:16:08 +00:00
auto-with-percent-height-vertical.html
auto-with-percent-height.html
bad-replaced-sizing-preferred-logical-widths-expected.txt Unreviewed gardening for r128516/r128517: 2012-09-13 23:53:20 +00:00
bad-replaced-sizing-preferred-logical-widths.html
baseline-align-rowspan-expected.txt
baseline-align-rowspan.html
before-child-is-inline-table-expected.txt
before-child-is-inline-table.html
before-child-non-table-section-add-table-crash-expected.txt
before-child-non-table-section-add-table-crash.html
border-changes-expected.txt
border-changes.html
border-on-empty-table-cells-quirks-mode-expected.html
border-on-empty-table-cells-quirks-mode.html
canvas-column-in-column-group-expected.txt Crash in RenderTableCol::nextColumn 2012-05-24 03:42:27 +00:00
canvas-column-in-column-group.html
caption-between-column-and-column-group-expected.html
caption-between-column-and-column-group.html
caption-between-column-group-and-column-expected.html
caption-between-column-group-and-column.html
caption-between-columns-expected.html
caption-between-columns.html
caption-bottom-with-pagination-expected.txt
caption-bottom-with-pagination.html
caption-crash-when-layer-backed-expected.txt Nullptr deref in WebCore::RenderTableCaption::containingBlockLogicalWidthForContent 2017-12-01 19:15:33 +00:00
caption-crash-when-layer-backed.html
caption-encloses-overhanging-float-expected.html
caption-encloses-overhanging-float.html
caption-orthogonal-writing-mode-sizing-expected.txt
caption-orthogonal-writing-mode-sizing.html
caption-relayout-expected.txt
caption-relayout.html
caption-simplified-layout-expected.html Table caption jumps to the bottom of the table after simplified table relayout 2021-04-14 05:34:26 +00:00
caption-simplified-layout.html Table caption jumps to the bottom of the table after simplified table relayout 2021-04-14 05:34:26 +00:00
cell-absolute-child.html
cell-coalescing.html
cell-in-row-before-misnested-text-crash-css-expected.txt
cell-in-row-before-misnested-text-crash-css.html Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests 2012-08-04 01:13:22 +00:00
cell-in-row-before-misnested-text-crash-expected.txt
cell-in-row-before-misnested-text-crash.xhtml Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests 2012-08-04 01:13:22 +00:00
cell-overflow-simplified-layout-expected.html Growing a position:absolute element in a position:relative one in a table does not update scrollHeight 2013-03-27 23:49:48 +00:00
cell-overflow-simplified-layout.html
cell-pref-width-invalidation.html
cell-width-auto.html
cellIndex-of-cell-with-different-parents-expected.txt
cellIndex-of-cell-with-different-parents.html Change fast/s* and fast/t* files to use pre and post js files in LayoutTests/resources. 2013-09-08 00:44:54 +00:00
cellindex.html
center-th-when-parent-has-initial-text-align-expected.html text-align start / end failure in table cells 2017-04-14 20:59:36 +00:00
center-th-when-parent-has-initial-text-align.html
click-near-anonymous-table.html
col-and-colgroup-offsets-expected.txt
col-and-colgroup-offsets.html
col-width-span-expand-expected.txt
col-width-span-expand.html
colgroup-preceded-by-caption.html
colgroup-relative-expected.txt
colgroup-relative.html
colgroup-spanning-groups-rules.html
collapsed-border-with-odd-pixel-width-expected.html
collapsed-border-with-odd-pixel-width.html
colspan-huge-number-expected.txt
colspan-huge-number.html
colspan-with-all-percent-cells-expected.png
colspan-with-all-percent-cells-expected.txt TD width in precentage doesn't work. 2011-12-05 21:38:50 +00:00
colspan-with-all-percent-cells.html
colspanMinWidth-vertical.html
colspanMinWidth.html
columngroup-inside-columngroup-expected.txt
columngroup-inside-columngroup.html
computeLogicalWidth-table-needsSectionRecalc-expected.txt Crash in RenderTable::outerBorderAfter 2011-12-20 12:40:48 +00:00
computeLogicalWidth-table-needsSectionRecalc.html
correct-baseline-after-style-change-expected.html
correct-baseline-after-style-change.html
crash-anonymous-table-computeLogicalWidth-expected.txt
crash-anonymous-table-computeLogicalWidth.html Fix HTML executable bits 2013-08-19 16:14:32 +00:00
crash-anonymous-table-layout-expected.txt
crash-anonymous-table-layout.html
crash-beforeBorder-dirty-section-expected.txt Crash in RenderTable::borderBefore 2012-01-20 22:16:51 +00:00
crash-beforeBorder-dirty-section.html
crash-clearSelection-collapsed-borders-expected.txt
crash-clearSelection-collapsed-borders.html
crash-empty-layoutStateStack-expected.txt
crash-empty-layoutStateStack.html
crash-empty-section-calcBorder-expected.txt
crash-empty-section-calcBorder.html
crash-empty-section-fixed-layout-calcArray-expected.txt REGRESSION(98738): RenderTableSection::recalcCells does not properly shrink the RowStruct grid 2011-11-01 18:02:42 +00:00
crash-empty-section-fixed-layout-calcArray.html
crash-section-logical-height-changed-needsCellRecalc-expected.txt
crash-section-logical-height-changed-needsCellRecalc.html Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests 2012-08-04 01:13:22 +00:00
crash-split-table-section-no-cell-recalc-expected.txt
crash-split-table-section-no-cell-recalc.html Crash in RenderTableSection::setCellLogicalWidths 2012-08-22 02:16:02 +00:00
crash-splitColumn-2-expected.txt
crash-splitColumn-2.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
crash-splitColumn-3-expected.txt
crash-splitColumn-3.html
crash-splitColumn-expected.txt
crash-splitColumn.html
crash-table-cell-change-height-expected.txt
crash-table-cell-change-height.html
crash-when-table-has-continuation-and-content-inserted-expected.txt
crash-when-table-has-continuation-and-content-inserted.html
css-table-max-height-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
css-table-max-height.html
css-table-max-width-expected.txt Fix table sizing when 'max-width' is used 2020-05-20 16:05:43 +00:00
css-table-max-width.html Fix table sizing when 'max-width' is used 2020-05-20 16:05:43 +00:00
css-table-width-expected.txt WebKit adds vertical paddings and borders to the fixed width of CSS tables 2012-01-05 12:23:43 +00:00
css-table-width-with-border-padding-expected.txt Source/WebCore: Specified width CSS tables should not include border and padding as part of that width. 2012-11-12 19:20:26 +00:00
css-table-width-with-border-padding.html
css-table-width.html
destroy-cell-with-selection-crash-expected.txt LayoutTests: 2007-08-16 16:13:28 +00:00
destroy-cell-with-selection-crash.html
div-as-col-span-expected.png
div-as-col-span-expected.txt
div-as-col-span.html
double-height-table-no-tbody-expected.html
double-height-table-no-tbody.html
dynamic-caption-add-before-child.xhtml
dynamic-caption-add-remove-before-child.xhtml 2011-04-29 Abhishek Arya <inferno@chromium.org> 2011-04-29 20:38:26 +00:00
dynamic-cellpadding.html
dynamic-descendant-percentage-height.html
early-table-layout.html
edge-offsets.html
empty-auto-column-zero-divide-expected.txt
empty-auto-column-zero-divide.html
empty-cells.html
empty-row-crash-expected.txt
empty-row-crash.html
empty-section-crash-expected.txt
empty-section-crash.html
empty-table-percent-height.html
empty-table-should-take-no-space-expected.html Fix HTML executable bits 2013-08-19 16:14:32 +00:00
empty-table-should-take-no-space.html
fixed-granular-cols-expected.txt
fixed-granular-cols.html
fixed-nested.html
fixed-size-table-with-fixed-size-content-expected.html
fixed-size-table-with-fixed-size-content.html Unexpected content wrapping at http://email.osh.com/H/2/v100000152474feb8ec7c1a1f4bbe5c7c0/HTML 2016-01-28 16:31:56 +00:00
fixed-table-layout-large-colspan-crash-expected.txt
fixed-table-layout-large-colspan-crash.html
fixed-table-layout-toggle-colwidth-expected.txt
fixed-table-layout-toggle-colwidth.html
fixed-table-non-cell-in-row.html
fixed-table-with-percent-inside-percent-table.html
fixed-table-with-percent-width-inside-auto-table.html
fixed-table-with-percent-width-inside-div.html
fixed-table-with-percent-width-inside-extra-large-div-expected.txt
fixed-table-with-percent-width-inside-extra-large-div.html
fixed-table-with-percent-width-inside-fixed-width-table.html
fixed-table-with-small-percent-width.html
fixed-with-auto-with-colspan-expected.txt Unreviewed optimize-baselines for mac and win. 2013-04-25 02:44:19 +00:00
fixed-with-auto-with-colspan-vertical-expected.txt
fixed-with-auto-with-colspan-vertical.html
fixed-with-auto-with-colspan.html
floating-table-sibling-is-invisible-expected.html
floating-table-sibling-is-invisible.html
floating-th.html
floatingTablePaintBackground.html
form-in-row-before-misnested-text-crash-css-expected.txt
form-in-row-before-misnested-text-crash-css.html Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests 2012-08-04 01:13:22 +00:00
form-in-row-before-misnested-text-crash-expected.txt
form-in-row-before-misnested-text-crash.xhtml Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests 2012-08-04 01:13:22 +00:00
form-in-table-before-misnested-text-crash-css-expected.txt
form-in-table-before-misnested-text-crash-css.html
form-in-table-before-misnested-text-crash-expected.txt
form-in-table-before-misnested-text-crash.xhtml
form-in-tbody-before-misnested-text-crash-css-expected.txt
form-in-tbody-before-misnested-text-crash-css.html
form-in-tbody-before-misnested-text-crash-expected.txt
form-in-tbody-before-misnested-text-crash.xhtml
form-with-non-table-display-inside-table-elements-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
form-with-non-table-display-inside-table-elements.html
frame-and-rules.html
generated-caption.html
giantCellspacing-expected.png
giantCellspacing-expected.txt
giantCellspacing.html
giantRowspan-expected.txt
giantRowspan.html
giantRowspan2-expected.txt
giantRowspan2.html
growCellForImageQuirk-expected.txt
growCellForImageQuirk-vertical-expected.txt
growCellForImageQuirk-vertical.html
growCellForImageQuirk.html
height-percent-test-expected.txt
height-percent-test-vertical-expected.txt
height-percent-test-vertical.html
height-percent-test.html
hidpi-collapsed-border-with-odd-pixel-width-expected.html Make table collapsed borders subpixel aware. 2016-03-06 03:10:21 +00:00
hidpi-collapsed-border-with-odd-pixel-width.html Subpixel rendering: Make collapsed borders painting subpixel aware. 2016-03-03 23:55:52 +00:00
hidpi-vertical-and-horizontal-spacing-expected.html
hidpi-vertical-and-horizontal-spacing.html
hittest-self-painting-expected.txt
hittest-self-painting.html
hittest-tablecell-bottom-edge-expected.txt
hittest-tablecell-bottom-edge.html
hittest-tablecell-right-edge-expected.txt There is additional space not belonged to a table between the table cells 2012-08-15 18:01:05 +00:00
hittest-tablecell-right-edge.html
hittest-tablecell-with-borders-bottom-edge-expected.txt
hittest-tablecell-with-borders-bottom-edge.html
hittest-tablecell-with-borders-right-edge-expected.txt
hittest-tablecell-with-borders-right-edge.html Change fast/s* and fast/t* files to use pre and post js files in LayoutTests/resources. 2013-09-08 00:44:54 +00:00
html-table-width-max-width-constrained-expected.txt Fix table sizing when 'max-width' is used 2020-05-20 16:05:43 +00:00
html-table-width-max-width-constrained.html Fix table sizing when 'max-width' is used 2020-05-20 16:05:43 +00:00
incomplete-table-in-fragment-2-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
incomplete-table-in-fragment-2.html
incomplete-table-in-fragment-hang-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
incomplete-table-in-fragment-hang.html
incorrect-colgroup-span-values-expected.txt
incorrect-colgroup-span-values.html
inline-form-assert-expected.txt
inline-form-assert.html
inline-table-in-inline-block-last-baseline-align-expected.html
inline-table-in-inline-block-last-baseline-align.html
inner-percent-width-affects-outer-floated-div-expected.html
inner-percent-width-affects-outer-floated-div.html
inner-percent-width-doesnt-affect-ancestor-columns-expected.html
inner-percent-width-doesnt-affect-ancestor-columns.html
insert-before-anonymous-ancestors.html
insert-cell-before-form.html
insert-cell-invisible-parent-expected.txt
insert-cell-invisible-parent.html
insert-row-before-form.html
invisible-cell-background.html
large-rowspan-crash-expected.txt
large-rowspan-crash.html
large-shrink-wrapped-width-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
large-shrink-wrapped-width.html Overlapping content on earny.co 2020-07-02 19:45:27 +00:00
large-width.html
last-cell-of-rowspan-overlapping-colspan-cell-expected.html
last-cell-of-rowspan-overlapping-colspan-cell.html
margins-flipped-text-direction-expected.txt
margins-flipped-text-direction.html
margins-perpendicular-containing-block-expected.txt
margins-perpendicular-containing-block.html
max-width-integer-overflow-expected.txt
max-width-integer-overflow.html
merge-anonymous-table-cells-with-block-children-expected.txt [RenderTreeBuilder] Reset the "children inline" state when merging anonymous table boxes 2021-05-01 12:54:29 +00:00
merge-anonymous-table-cells-with-block-children.html [RenderTreeBuilder] Reset the "children inline" state when merging anonymous table boxes 2021-05-01 12:54:29 +00:00
min-max-width-preferred-size-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
min-max-width-preferred-size.html
min-width-css-block-table-expected.txt
min-width-css-block-table.html
min-width-css-inline-table-expected.txt
min-width-css-inline-table.html
min-width-html-block-table-expected.txt
min-width-html-block-table.html
min-width-html-inline-table-expected.txt
min-width-html-inline-table.html
mozilla-bug10296-vertical-align-1.html
mozilla-bug10296-vertical-align-2.html
multiple-captions-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
multiple-captions-crash.xhtml
multiple-captions-crash2-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
multiple-captions-crash2.xhtml
multiple-captions-crash3-expected.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
multiple-captions-crash3.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
multiple-captions-crash4-expected.html
multiple-captions-crash4.html
multiple-captions-crash5-expected.html
multiple-captions-crash5.html
multiple-captions-display.xhtml
multiple-percent-height-rows.html
neighboring-cells-when-collapsed-border-changes-expected.html
neighboring-cells-when-collapsed-border-changes.html
nested-percent-height-table.html
nested-tables-with-div-offset-expected.txt
nested-tables-with-div-offset.html
nobr.html
offset-top-includes-border-expected.txt cell width / offsetTop incorrect 2013-08-27 19:21:00 +00:00
offset-top-includes-border.html
overflow-percent-height-regression-expected.html REGRESSION (Safari 10): Scrolling not working inside height 100% table 2016-12-06 22:31:45 +00:00
overflow-percent-height-regression.html
overflow-table-collapsed-borders-cell-painting-expected.png
overflow-table-collapsed-borders-cell-painting-expected.txt
overflow-table-collapsed-borders-cell-painting-table-self-painting-layer-expected.png
overflow-table-collapsed-borders-cell-painting-table-self-painting-layer-expected.txt Outline does not clip when ancestor has overflow: hidden and requires layer. 2016-02-08 00:33:40 +00:00
overflow-table-collapsed-borders-cell-painting-table-self-painting-layer.html
overflow-table-collapsed-borders-cell-painting.html
overflow-table-collapsed-borders-section-layer-painting-expected.png
overflow-table-collapsed-borders-section-layer-painting-expected.txt
overflow-table-collapsed-borders-section-layer-painting.html
overflow-table-collapsed-borders-section-layer-table-self-painting-layer-expected.png
overflow-table-collapsed-borders-section-layer-table-self-painting-layer-expected.txt
overflow-table-collapsed-borders-section-layer-table-self-painting-layer.html
overflow-table-collapsed-borders-section-self-painting-layer-painting-expected.png
overflow-table-collapsed-borders-section-self-painting-layer-painting-expected.txt
overflow-table-collapsed-borders-section-self-painting-layer-painting.html
overflow-table-collapsed-borders-section-self-painting-layer-table-self-painting-layer-expected.png
overflow-table-collapsed-borders-section-self-painting-layer-table-self-painting-layer-expected.txt
overflow-table-collapsed-borders-section-self-painting-layer-table-self-painting-layer.html
overflowHidden.html
padding-height-and-override-height-expected.txt
padding-height-and-override-height.html
paint-collapsed-borders-rtl-section-expected.html
paint-collapsed-borders-rtl-section.html
paint-section-borders-without-cells-expected.html
paint-section-borders-without-cells-rtl-expected.html
paint-section-borders-without-cells-rtl.html
paint-section-borders-without-cells-vertical-lr-expected.html
paint-section-borders-without-cells-vertical-lr-rtl-expected.html
paint-section-borders-without-cells-vertical-lr-rtl.html
paint-section-borders-without-cells-vertical-lr.html
paint-section-borders-without-cells-vertical-rl-expected.html
paint-section-borders-without-cells-vertical-rl.html
paint-section-borders-without-cells.html
percent-heights.html
percent-width-max-content-expected.html Fix max-content on tables with percentage cell widths. 2021-04-06 00:42:08 +00:00
percent-width-max-content.html Fix max-content on tables with percentage cell widths. 2021-04-06 00:42:08 +00:00
percent-widths-stretch-expected.txt
percent-widths-stretch-vertical-expected.png
percent-widths-stretch-vertical-expected.txt
percent-widths-stretch-vertical.html
percent-widths-stretch.html
prepend-in-anonymous-table.html
quote-text-around-iframe.html
recalc-section-first-body-crash-main-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
recalc-section-first-body-crash-main.html
relative-position-containment.html
relative-position-offsets.html
relative-position-stacking.html
remove-td-display-none.html
replaced-percent-height.html
resize-table-binding-cell-expected.txt Regression(99212): table rows get incorrect height after changing some cells' height 2011-12-20 14:08:52 +00:00
resize-table-binding-cell.html
resize-table-cell-expected.txt Regression(99212): table rows get incorrect height after changing some cells' height 2011-12-20 14:08:52 +00:00
resize-table-cell.html
resize-table-row-expected.txt
resize-table-row.html
row-height-recalc.html
row-height-recalc2-expected.txt Convert fast/table/row-height-recalc2.html to be 'dumpAsText()' 2009-11-24 19:33:59 +00:00
row-height-recalc2.html
row-in-tbody-before-misnested-text-crash-css-expected.txt Incorrect placement of new child to table when before child parent is not |this|. 2012-04-09 16:03:46 +00:00
row-in-tbody-before-misnested-text-crash-css.html
row-in-tbody-before-misnested-text-crash-expected.txt Incorrect placement of new child to table when before child parent is not |this|. 2012-04-09 16:03:46 +00:00
row-in-tbody-before-misnested-text-crash.xhtml
rowindex-comment-nodes-expected.txt
rowindex-comment-nodes.html
rowindex.html
rowspan-paint-order-vertical.html
rowspan-paint-order.html
rtl-cell-display-none-assert.html
rules-attr-dynchange1.html
rules-attr-dynchange2.html
scale-nested-percent-width-cols-expected.html Table with percentage column widths doesn't scale to fill the entire width of a table containing it 2012-10-31 16:32:28 +00:00
scale-nested-percent-width-cols.html
section-in-table-before-misnested-text-crash-css-expected.txt
section-in-table-before-misnested-text-crash-css.html
section-in-table-before-misnested-text-crash-expected.txt
section-in-table-before-misnested-text-crash.xhtml
simple_paint-expected.png
simple_paint-expected.txt
simple_paint.html
spanOverlapRepaint.html
split-anonymous-boxes-around-table-repaint-crash-expected.txt
split-anonymous-boxes-around-table-repaint-crash.html
split-table-no-section-update-crash-expected.txt Crash in RenderTableSection::addCell. 2012-07-19 02:24:30 +00:00
split-table-no-section-update-crash.html
stale-grid-crash.html
table-after-child-in-table.html
table-and-parts-outline.html
table-anonymous-block-destroy-crash-expected.txt 2010-09-22 Abhishek Arya <inferno@chromium.org> 2010-09-22 19:03:50 +00:00
table-anonymous-block-destroy-crash.html
table-anonymous-cell-bug-expected.png
table-anonymous-cell-bug-expected.txt
table-anonymous-cell-bug.html
table-anonymous-cell-collapse-expected.html Collapse newly adjacent anonymous table cells when a table cell is detached from between them. 2021-03-25 21:45:05 +00:00
table-anonymous-cell-collapse.html Collapse newly adjacent anonymous table cells when a table cell is detached from between them. 2021-03-25 21:45:05 +00:00
table-anonymous-row-bug-expected.png
table-anonymous-row-bug-expected.txt
table-anonymous-row-bug.html
table-anonymous-row-collapse-expected.html Source/WebCore: 2021-03-19 21:45:20 +00:00
table-anonymous-row-collapse.html Source/WebCore: 2021-03-19 21:45:20 +00:00
table-anonymous-section-bug-expected.png
table-anonymous-section-bug-expected.txt
table-anonymous-section-bug.html
table-baseline-grows-expected.html
table-baseline-grows.html
table-before-child-in-table.html
table-before-child-style-update-expected.png
table-before-child-style-update-expected.txt
table-before-child-style-update.html
table-caption-moved-crash-expected.txt
table-caption-moved-crash.html
table-caption-not-removed-crash-expected.txt
table-caption-not-removed-crash.html
table-captions-child-visible-crash-expected.txt
table-captions-child-visible-crash.html
table-cell-after-child-in-block.html
table-cell-after-child-in-table.html
table-cell-before-after-content-around-table-block-expected.txt
table-cell-before-after-content-around-table-block.html
table-cell-before-after-content-around-table-expected.txt
table-cell-before-after-content-around-table-row-expected.txt Child not placed correctly when beforeChild (table part) 2011-09-19 20:17:53 +00:00
table-cell-before-after-content-around-table-row.html
table-cell-before-after-content-around-table.html
table-cell-before-child-in-block.html
table-cell-before-child-in-table.html
table-cell-border-doctype-expected.html
table-cell-border-doctype.html
table-cell-border-no-doctype-expected.html
table-cell-border-no-doctype.html
table-cell-change-height-with-needsCellRecalc-section-expected.txt
table-cell-change-height-with-needsCellRecalc-section.html
table-cell-change-last-row-with-needsCellRecalc-section-expected.txt
table-cell-change-last-row-with-needsCellRecalc-section.html
table-cell-crash-when-detached-state-expected.txt RenderTableCell can't access its parent while in detached state. 2015-02-16 22:38:29 +00:00
table-cell-crash-when-detached-state.html
table-cell-negative-start-margin-align-center-expected.html
table-cell-negative-start-margin-align-center.html
table-cell-offset-width-expected.txt
table-cell-offset-width.html
table-cell-split-expected.png
table-cell-split-expected.txt Overlapping content on earny.co 2020-07-02 19:45:27 +00:00
table-cell-split.html
table-column-generates-anonymous-table-expected.html
table-column-generates-anonymous-table.html
table-column-group-generates-anonymous-table-expected.html Standalone table-columns should be wrapped in anonymous tables 2012-05-18 22:09:51 +00:00
table-column-group-generates-anonymous-table.html
table-columns-blocks-calc-crash-expected.txt
table-columns-blocks-calc-crash.html
table-continuation-outline-paint-crash.html
table-create-tbody-existing-tbody-expected.txt Make dump-as-markup.js dump newlines within text as "\n" 2020-12-04 19:43:08 +00:00
table-create-tbody-existing-tbody.html
table-create-tbody-expected.txt Make dump-as-markup.js dump newlines within text as "\n" 2020-12-04 19:43:08 +00:00
table-create-tbody-multiple-tbody-expected.txt Make dump-as-markup.js dump newlines within text as "\n" 2020-12-04 19:43:08 +00:00
table-create-tbody-multiple-tbody.html
table-create-tbody.html
table-display-types-strict.html
table-display-types-vertical.html
table-display-types.html
table-hspace-align-center.html
table-in-table-percent-width-collapsing-border-expected.png
table-in-table-percent-width-collapsing-border-expected.txt
table-in-table-percent-width-collapsing-border-quirks-mode-expected.png
table-in-table-percent-width-collapsing-border-quirks-mode-expected.txt
table-in-table-percent-width-collapsing-border-quirks-mode.html
table-in-table-percent-width-collapsing-border.html
table-in-table-percent-width-expected.png
table-in-table-percent-width-expected.txt
table-in-table-percent-width-quirks-mode-expected.png
table-in-table-percent-width-quirks-mode-expected.txt
table-in-table-percent-width-quirks-mode.html Fix HTML executable bits 2013-08-19 16:14:32 +00:00
table-in-table-percent-width.html
table-insert-before-non-anonymous-block-expected.png
table-insert-before-non-anonymous-block-expected.txt Overlapping content on earny.co 2020-07-02 19:45:27 +00:00
table-insert-before-non-anonymous-block.html
table-insert-object-before-td-crash-expected.txt Check (rather than assume) element is a RenderTableSection before using it 2014-04-22 18:36:52 +00:00
table-insert-object-before-td-crash.html
table-ltr-section-rtl-expected.html
table-ltr-section-rtl.html
table-overflow-expected.html
table-overflow.html
table-row-after-child-in-block.html
table-row-after-child-in-table.html
table-row-before-after-content-around-block-expected.txt
table-row-before-after-content-around-block.html Child not placed correctly when beforeChild (table part) 2011-09-19 20:17:53 +00:00
table-row-before-after-content-around-table-cell-expected.png
table-row-before-after-content-around-table-cell-expected.txt
table-row-before-after-content-around-table-cell.html
table-row-before-after-content-around-table-expected.txt
table-row-before-after-content-around-table.html
table-row-before-child-in-block.html
table-row-before-child-in-table.html
table-row-before-child-style-update-expected.png
table-row-before-child-style-update-expected.txt Source/WebCore: Style not updated for table parts in :before, :after content. 2011-08-30 21:22:48 +00:00
table-row-before-child-style-update.html
table-row-change-height-with-needsCellRecalc-section-expected.txt
table-row-change-height-with-needsCellRecalc-section.html Fix HTML executable bits 2013-08-19 16:14:32 +00:00
table-row-compositing-repaint-crash-expected.txt 2009-07-29 Simon Fraser <simon.fraser@apple.com> 2009-07-29 19:48:57 +00:00
table-row-compositing-repaint-crash.html
table-row-focus-ring-paint-expected.txt
table-row-focus-ring-paint.html
table-row-outline-paint-expected.txt
table-row-outline-paint.html
table-row-oveflow-crash-expected.txt
table-row-oveflow-crash.html
table-row-split-expected.png
table-row-split-expected.txt
table-row-split.html
table-row-split2-expected.png
table-row-split2-expected.txt
table-row-split2.html
table-row-style-not-updated-expected.png
table-row-style-not-updated-expected.txt
table-row-style-not-updated-with-after-content-expected.png
table-row-style-not-updated-with-after-content-expected.txt
table-row-style-not-updated-with-after-content.html
table-row-style-not-updated-with-before-content-expected.png
table-row-style-not-updated-with-before-content-expected.txt
table-row-style-not-updated-with-before-content.html
table-row-style-not-updated.html
table-rtl-section-ltr-expected.html
table-rtl-section-ltr.html
table-rtl-section-rtl-expected.html
table-rtl-section-rtl.html
table-section-node-at-point-crash-expected.txt Crash in RenderTableSection::nodeAtPoint. 2012-02-21 19:10:05 +00:00
table-section-node-at-point-crash.html
table-section-split-expected.png
table-section-split-expected.txt
table-section-split-with-after-content-expected.png
table-section-split-with-after-content-expected.txt Overlapping content on earny.co 2020-07-02 19:45:27 +00:00
table-section-split-with-after-content.html
table-section-split.html
table-section-split2-expected.png
table-section-split2-expected.txt
table-section-split2.html
table-size-integer-overflow-expected.txt
table-size-integer-overflow.html
table-split-expected.png
table-split-expected.txt
table-split-inside-table-expected.txt
table-split-inside-table.html
table-split-on-insert-with-section-crash-expected.txt CrashOnOverflow in WebCore::RenderTable::cellBefore(WebCore::RenderTableCell const*) 2021-05-28 19:51:32 +00:00
table-split-on-insert-with-section-crash.html CrashOnOverflow in WebCore::RenderTable::cellBefore(WebCore::RenderTableCell const*) 2021-05-28 19:51:32 +00:00
table-split-positioned-object-crash-expected.txt Crash in RenderBlock::layoutPositionedObjects. 2012-06-22 04:01:57 +00:00
table-split-positioned-object-crash.html
table-split.html
table-split2-expected.png
table-split2-expected.txt
table-split2.html
table-style-not-updated-expected.png
table-style-not-updated-expected.txt
table-style-not-updated.html
table-switch-cell-position-bad-layout-expected.html
table-switch-cell-position-bad-layout.html
table-with-borderattr-null-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
table-with-borderattr-null.html
table-with-borderattr-set-to-null-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
table-with-borderattr-set-to-null.html
tableInsideCaption.html
td-bordercolor-attribute-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
td-bordercolor-attribute.html
td-display-nowrap-expected.txt
td-display-nowrap.html
td-width-fifty-percent-regression-expected.html
td-width-fifty-percent-regression.html
text-field-baseline.html
unbreakable-images-quirk.html
unused-percent-heights.html
update-col-width-and-remove-table-cell-crash-expected.txt REGRESSION (r162334): RenderTableCol::styleDidChange uses out-of-date table information 2014-03-18 20:00:47 +00:00
update-col-width-and-remove-table-cell-crash.html
vertical-align-baseline-readjust-expected.png
vertical-align-baseline-readjust-expected.txt Unreviewed optimize-baselines for mac and win. 2013-04-25 02:44:19 +00:00
vertical-align-baseline-readjust.html
vertical-align-baseline.html
wide-colspan-expected.txt
wide-colspan.html
wide-column-expected.txt
wide-column.html
zero-colspan-crash-expected.txt
zero-colspan-crash.html
zero-length-non-empty-columns-with-auto-width-expected.html [AutoTableLayout] REGRESSION(r263855) Paypal email is rendered right aligned on Safari 2020-08-11 16:40:49 +00:00
zero-length-non-empty-columns-with-auto-width.html [AutoTableLayout] REGRESSION(r263855) Paypal email is rendered right aligned on Safari 2020-08-11 16:40:49 +00:00