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:
Andreas Kling 2025-07-06 14:45:04 +02:00 committed by Andreas Kling
commit dab1fd265d
Notes: github-actions[bot] 2025-07-09 12:38:27 +00:00
776 changed files with 2365 additions and 9 deletions

View file

@ -20,3 +20,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer(anonymous)) [8,230 784x0]
PaintableWithLines (BlockContainer<DIV>) [8,230 102x102]
PaintableWithLines (BlockContainer(anonymous)) [8,332 784x0]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x340] [children: 0] (z-index: auto)