mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Tests/LibWeb: Rebaseline a block-and-inlines layout test
This test was created before layout test dumps included the paint tree.
This commit is contained in:
parent
eda73af265
commit
6f0a93b5df
Notes:
sideshowbarker
2024-07-17 03:10:07 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6f0a93b5df
1 changed files with 7 additions and 0 deletions
|
@ -7,3 +7,10 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||||
frag 0 from TextNode start: 0, length: 18, rect: [12,12 426.875x54.578125]
|
frag 0 from TextNode start: 0, length: 18, rect: [12,12 426.875x54.578125]
|
||||||
"well hello friends"
|
"well hello friends"
|
||||||
TextNode <#text>
|
TextNode <#text>
|
||||||
|
|
||||||
|
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||||
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x78.578125]
|
||||||
|
PaintableWithLines (BlockContainer<BODY>) [9,9 606x60.578125]
|
||||||
|
PaintableWithLines (BlockContainer<DIV>.outer) [10,10 604x58.578125]
|
||||||
|
PaintableWithLines (BlockContainer<DIV>.inner) [11,11 602x56.578125]
|
||||||
|
TextPaintable (TextNode<#text>)
|
||||||
|
|
Loading…
Reference in a new issue