1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:17:34 +00:00

LibWeb: Output display type inline-table in layout dump

This commit is contained in:
Aliaksandr Kalenik 2023-01-16 13:51:49 +01:00 committed by Andreas Kling
parent 276a77f02d
commit 45e85d20b6
3 changed files with 12 additions and 3 deletions

View file

@ -76,6 +76,7 @@ public:
bool is_inline() const;
bool is_inline_block() const;
bool is_inline_table() const;
bool is_out_of_flow(FormattingContext const&) const;