mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 04:07:51 +00:00
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.
This commit is contained in:
parent
f46bd7f5eb
commit
dab1fd265d
Notes:
github-actions[bot]
2025-07-09 12:38:27 +00:00
Author: https://github.com/awesomekling
Commit: dab1fd265d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5369
Reviewed-by: https://github.com/gmta ✅
776 changed files with 2365 additions and 9 deletions
|
@ -18,3 +18,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableBox (Box<DIV>) [9,9 200x25]
|
||||
PaintableWithLines (BlockContainer<DIV>) [11,10 196x23]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 800x43] [children: 0] (z-index: auto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue