1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 21:55:07 +00:00
serenity/Tests/LibWeb/Layout/expected/table
2023-11-21 16:54:02 +01:00
..
align-top-and-bottom.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
auto-height.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
auto-margins.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
avoid-div-by-zero-in-table-measures.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
basic.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-attribute-overridden-by-css.txt LibWeb: Support border attribute on the table element 2023-08-23 15:40:41 +02:00
border-attribute.txt LibWeb: Support border attribute on the table element 2023-08-23 15:40:41 +02:00
border-collapse-is-inherited.txt LibWeb: Derive baseline from rightmost descendant 2023-08-23 05:24:55 +02:00
border-conflict-resolution-with-cell.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-conflict-resolution-with-col.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-conflict-resolution-with-row.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-conflict-resolution-with-rowgroup.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-spacing-and-borders-table-width.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-spacing-colspan.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-spacing-rowspan.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-spacing-with-percentage-width.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
border-spacing.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
borders.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
bottom-caption.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
cell-auto-max-width-table-percentage-width.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
cell-px-height.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
cell-relative-to-specified-table-width.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
clip-spans-to-table-end.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
colgroup-with-two-cols.txt LibWeb: Consider colgroups while calculating table grid size 2023-11-04 17:37:38 +01:00
colspan-percentage-width.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
colspan-weighted-width-distribution.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
colspan-width-distribution.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
colspan-with-trailing-characters.txt LibWeb: Use parse_non_negative_integer for colspan and rowspan parsing 2023-08-24 22:26:53 +01:00
columns-width-distribution-1.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
fixed-layout-percentage-width-all-columns.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
fixed-layout-percentage-width.txt LibWeb: Perform rounding when dividing CSSPixels 2023-09-05 14:50:45 +02:00
fixed-layout-pixel-width-all-columns.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
fixed-layout-pixel-width.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
fixed-layout.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
fixed-margins.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
in-auto-height-flex-item.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
infinite-padding.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
inline-table-width.txt LibWeb: Derive baseline from rightmost descendant 2023-08-23 05:24:55 +02:00
internal-alignment.txt LibWeb: Add special handling for text-align when applied to tables 2023-11-21 16:54:02 +01:00
keyword-value-does-not-constrain-column.txt LibWeb: Fix table column constrainedness 2023-08-26 13:10:45 +02:00
line-breaking-in-cells.txt LibWeb: Improve the line breaking algorithm 2023-08-21 19:31:00 +02:00
long-caption-increases-width.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
missing-cells-with-span.txt LibWeb: Implement table missing cells fixup 2023-08-20 18:38:15 +02:00
missing-cells.txt LibWeb: Implement table missing cells fixup 2023-08-20 18:38:15 +02:00
multi-line-cell.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
nested-table-alignment.txt LibWeb: Use LibwebLeft and LibwebRight to align table cells 2023-11-21 16:54:02 +01:00
nested-table-box-width.txt LibWeb: Derive baseline from rightmost descendant 2023-08-23 05:24:55 +02:00
percentage-width-columns.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
percentage-width-for-nested-table-is-like-auto.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
percentage-width-max-width-columns.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
propagate-style-update-to-wrapper.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
row-outer-size-with-computed-size.txt LibWeb: Perform rounding when dividing CSSPixels 2023-09-05 14:50:45 +02:00
row-px-height.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
row-span-and-nested-tables.txt LibWeb: Perform rounding when dividing CSSPixels 2023-09-05 14:50:45 +02:00
rows-height-distribution-1.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
rows-height-distribution-2.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
rows-height-distribution-3.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
rows-height-distribution-4.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
rowspan-with-trailing-characters.txt LibWeb: Use parse_non_negative_integer for colspan and rowspan parsing 2023-08-24 22:26:53 +01:00
rowspan.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
size.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
stretch-to-fixed-height.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
sum-of-percentage-column-widths-less-than-100.txt LibWeb: Add back undistributable space when adjusting table width 2023-08-29 09:19:55 +02:00
table-align-center-with-margin.txt LibWeb: Support align attribute on table elements 2023-11-21 16:54:02 +01:00
table-align-center.txt LibWeb: Support align attribute on table elements 2023-11-21 16:54:02 +01:00
table-cell-not-paintable.txt LibWeb: Use flex layout for button content alignment 2023-09-03 12:33:10 +02:00
table-cellpadding.txt LibWeb: Support cellpadding attribute on table elements 2023-11-21 16:54:02 +01:00
table-fixup-font-size-and-line-height.txt LibWeb: Propagate font-size & line-height into generated table boxes 2023-09-05 14:23:35 +02:00
table-formation-with-rowspan-in-the-middle.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
table-header-and-footer-groups.txt LibWeb: Set line height for table boxes generated during fixup 2023-08-30 07:57:56 +02:00
table-max-content-width.txt LibWeb: Set table width to GRIDMAX if calculated value is max-content 2023-10-31 18:13:14 +01:00
table-width.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
td-valign.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
top-caption-with-padding.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
tr-valign.txt LibWeb: Support valign attribute on tr elements 2023-11-21 16:54:02 +01:00
width-distribution-and-constrained-columns-increased-size-on-col.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
width-distribution-and-constrained-columns-size-on-col.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
width-distribution-and-constrained-columns.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
width-distribution-of-max-width-increment.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00
zero-columns-gridmax.txt LibWeb: Add ViewportPaintable to represent viewports in the paint tree 2023-08-20 05:02:59 +02:00