1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

LibWeb: Add LayoutTableRowGroup to implement display: table-row-group

This commit is contained in:
Andreas Kling 2020-06-09 21:08:15 +02:00
parent b4d4d6b32a
commit 28dcef4757
6 changed files with 119 additions and 4 deletions

View file

@ -87,6 +87,7 @@ set(SOURCES
Layout/LayoutTable.cpp
Layout/LayoutTableCell.cpp
Layout/LayoutTableRow.cpp
Layout/LayoutTableRowGroup.cpp
Layout/LayoutText.cpp
Layout/LayoutTreeBuilder.cpp
Layout/LayoutWidget.cpp