mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 19:46:03 +00:00
Tests: Add doctypes to remaining test cases
This commit is contained in:
parent
d7036daa89
commit
c0e44820e9
Notes:
github-actions[bot]
2025-06-21 12:10:52 +00:00
Author: https://github.com/Psychpsyo
Commit: c0e44820e9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5081
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/tcl3
78 changed files with 124 additions and 80 deletions
|
@ -1,5 +1,5 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x52 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x36 children: not-inline
|
||||
Box <div.container> at (8,8) content-size 784x36 [GFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) [BFC] children: inline
|
||||
|
@ -19,7 +19,7 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x52]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x36]
|
||||
PaintableBox (Box<DIV>.container) [8,8 784x36]
|
||||
PaintableWithLines (BlockContainer<DIV>.item-left) [8,8 100x36]
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x116 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x100 children: not-inline
|
||||
Box <div.container> at (8,8) content-size 300x100 [GFC] children: not-inline
|
||||
BlockContainer <div.item> at (8,8) content-size 300x100 [BFC] children: not-inline
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x116]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x100]
|
||||
PaintableBox (Box<DIV>.container) [8,8 300x100]
|
||||
PaintableWithLines (BlockContainer<DIV>.item) [8,8 300x100]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x600 [BFC] children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x60 [BFC] children: not-inline
|
||||
BlockContainer <body> at (10,10) content-size 780x42 children: not-inline
|
||||
Box <div.grid-container> at (11,11) content-size 778x40 [GFC] children: not-inline
|
||||
BlockContainer <div.a> at (12,12) content-size 776x18 [BFC] children: inline
|
||||
|
@ -11,8 +11,8 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
"2"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600] overflow: [0,0 800x602]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x602]
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x62]
|
||||
PaintableWithLines (BlockContainer<BODY>) [9,9 782x44]
|
||||
PaintableBox (Box<DIV>.grid-container) [10,10 780x42]
|
||||
PaintableWithLines (BlockContainer<DIV>.a) [11,11 778x20]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue