Jelle Raaijmakers
f4b04beccd
LibWeb: Show inline positioning in layout tree dump
...
Inline nodes in our layout tree have a position, so let's show it. By
centralizing the logic for this, block nodes now lose their redundant
'content-size' dump info which is already part of the box model dump.
2025-08-27 11:53:45 +01:00
Jelle Raaijmakers
e173b00db6
LibWeb: Always show box model info when dumping layout tree
...
This is useful information. Let's not hide it.
2025-08-27 11:53:45 +01:00
Andreas Kling
dab1fd265d
test-web: Dump stacking context tree in layout test output
...
This will allow us to test (and catch regressions in) stacking context
tree construction and updates, etc.
2025-07-09 14:36:08 +02:00
Tim Ledbetter
3aea14093f
LibWeb: Don't crash if the document element is not visible
...
Previously, setting the `hidden` property on the `<html>` element would
cause a crash.
2024-04-23 11:17:54 +02:00