1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:37:35 +00:00
serenity/Tests/LibWeb/Layout/expected/table
Andreas Kling b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed
As it turns out, Layout::TreeBuilder never managed to wrap text within
table boxes in anonymous wrapper boxes, since it relied on checking
text_for_rendering(), and that was never initialized during that early
stage of tree building.

This patch fixes the issue by making text_for_rendering() compute the
(potentially collapsed) text lazily when called.

Note that the test included with this patch is still totally wrong,
but that is now a TFC problem rather than a TreeBuilder problem. :^)
2023-07-03 11:50:58 +02:00
..
align-top-and-bottom.txt LibWeb: Report border box width for tables in a block 2023-06-25 08:13:04 +02:00
auto-height.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
auto-margins.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
basic.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
border-collapse-is-inherited.txt LibWeb: Make border-collapse actually inherited 2023-06-16 17:21:15 +02:00
border-conflict-resolution-with-col.txt LibWeb: Add partial implementation of border conflict resolution 2023-06-10 11:17:21 +02:00
border-spacing-and-borders-table-width.txt LibWeb: Report border box width for tables in a block 2023-06-25 08:13:04 +02:00
border-spacing-colspan.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
border-spacing-rowspan.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
border-spacing-with-percentage-width.txt LibWeb: Add undistributable space to GRID{MIN, MAX} instead of content 2023-06-21 06:15:04 +02:00
border-spacing.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
borders.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
bottom-caption.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
cell-px-height.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
clip-spans-to-table-end.txt LibWeb: Improve span column width distribution 2023-06-20 06:59:43 +02:00
colspan-weighted-width-distribution.txt LibWeb: Report border box width for tables in a block 2023-06-25 08:13:04 +02:00
colspan-width-distribution.txt LibWeb: Report border box width for tables in a block 2023-06-25 08:13:04 +02:00
columns-width-distribution-1.txt LibWeb: Don't subtract border from used table width 2023-06-25 08:13:04 +02:00
fixed-margins.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
in-auto-height-flex-item.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
inline-table-width.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
long-caption-increases-width.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
multi-line-cell.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
nested-table-box-width.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
percentage-width-columns.txt LibWeb: Make cell percentage widths relative to table 2023-06-28 16:14:42 +02:00
propagate-style-update-to-wrapper.txt LibWeb/Tests: Better trigger for table style update test 2023-06-23 20:23:00 +02:00
row-outer-size-with-computed-size.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
row-px-height.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
row-span-and-nested-tables.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
rows-height-distribution-1.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
rows-height-distribution-2.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
rows-height-distribution-3.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
rows-height-distribution-4.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
rowspan.txt LibWeb: Add vertical border heights to tr 2023-07-01 08:07:49 +02:00
size.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00
stretch-to-fixed-height.txt LibWeb: Adjust specified table height 2023-06-25 15:08:42 +02:00
table-formation-with-rowspan-in-the-middle.txt LibWeb: Report border box width for tables in a block 2023-06-25 08:13:04 +02:00
table-header-and-footer-groups.txt LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2023-07-03 11:50:58 +02:00
table-width.txt LibWeb: Report border box width for tables in a block 2023-06-25 08:13:04 +02:00
width-distribution-and-constrained-columns.txt LibWeb: Don't distribute excess width to constrained columns 2023-06-28 12:17:55 +02:00
zero-columns-gridmax.txt LibWeb: Output names of inner table boxes in layout dump 2023-05-29 21:36:17 +02:00