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:
parent
276a77f02d
commit
45e85d20b6
3 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue