mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +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
|
@ -7,3 +7,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x116]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 500x100]
|
||||
PaintableWithLines (BlockContainer<DIV>) [8,8 100x100]
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 800x116] [children: 0] (z-index: auto)
|
||||
|
|
|
@ -12,3 +12,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableWithLines (BlockContainer<DIV>.min) [8,8 80x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.max) [8,8 100x0] overflow: [8,8 120x300]
|
||||
PaintableWithLines (BlockContainer<DIV>.clamp) [8,8 120x300]
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 0x0] [children: 0] (z-index: auto)
|
||||
|
|
|
@ -16,3 +16,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableWithLines (BlockContainer<DIV>.hypot) [8,8 120x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.log) [8,8 140x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.exp) [8,8 160x0]
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 0x0] [children: 0] (z-index: auto)
|
||||
|
|
|
@ -10,3 +10,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableWithLines (BlockContainer<BODY>) [8,8 0x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.pi) [8,8 80x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.e) [8,8 100x0]
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 0x0] [children: 0] (z-index: auto)
|
||||
|
|
|
@ -10,3 +10,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x0]
|
||||
PaintableWithLines (BlockContainer<DIV>) [8,8 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,16 784x0]
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 800x16] [children: 0] (z-index: auto)
|
||||
|
|
|
@ -10,3 +10,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableWithLines (BlockContainer<BODY>) [8,8 0x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.abs) [8,8 80x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.sign) [8,8 100x0]
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 0x0] [children: 0] (z-index: auto)
|
||||
|
|
|
@ -12,3 +12,6 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableWithLines (BlockContainer<DIV>.round) [8,8 80x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.mod) [8,8 100x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.rem) [8,8 120x0]
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 0x0] [children: 0] (z-index: auto)
|
||||
|
|
|
@ -22,3 +22,13 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600] overflow: [0,0 800x996]
|
|||
PaintableWithLines (BlockContainer<DIV>.atan) [8,608 100x180]
|
||||
PaintableWithLines (BlockContainer<DIV>.atan2) [8,788 100x200]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,988 784x0]
|
||||
|
||||
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
||||
SC for BlockContainer<HTML> [0,0 800x996] [children: 7] (z-index: auto)
|
||||
SC for BlockContainer<DIV>.sin [8,8 80x100] [children: 0] (z-index: auto), transform: [-4.371139e-8 1 -1 -4.371139e-8 0 0]
|
||||
SC for BlockContainer<DIV>.cos [8,108 100x100] [children: 0] (z-index: auto), transform: [-4.371139e-8 1 -1 -4.371139e-8 0 0]
|
||||
SC for BlockContainer<DIV>.tan [8,208 120x100] [children: 0] (z-index: auto), transform: [-4.371139e-8 1 -1 -4.371139e-8 0 0]
|
||||
SC for BlockContainer<DIV>.asin [8,308 100x140] [children: 0] (z-index: auto), transform: [-4.371139e-8 1 -1 -4.371139e-8 0 0]
|
||||
SC for BlockContainer<DIV>.acos [8,448 100x160] [children: 0] (z-index: auto), transform: [-4.371139e-8 1 -1 -4.371139e-8 0 0]
|
||||
SC for BlockContainer<DIV>.atan [8,608 100x180] [children: 0] (z-index: auto), transform: [-4.371139e-8 1 -1 -4.371139e-8 0 0]
|
||||
SC for BlockContainer<DIV>.atan2 [8,788 100x200] [children: 0] (z-index: auto), transform: [-4.371139e-8 1 -1 -4.371139e-8 0 0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue