1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

LibHTML: Add a LayoutStyle object (computed style for a LayoutNode.)

This commit is contained in:
Andreas Kling 2019-06-16 13:44:09 +02:00
parent fec098b5cd
commit e3d3e431dc
4 changed files with 59 additions and 0 deletions

View file

@ -12,6 +12,7 @@ LIBHTML_OBJS = \
Layout/LayoutBlock.o \
Layout/LayoutInline.o \
Layout/LayoutDocument.o \
Layout/LayoutStyle.o \
Dump.o
TEST_OBJS = test.o