From 6f0a93b5df8d6a8a3f8dadf8b301b512e77fd458 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 5 Aug 2023 12:08:55 +0200 Subject: [PATCH] Tests/LibWeb: Rebaseline a block-and-inlines layout test This test was created before layout test dumps included the paint tree. --- .../min-width-for-box-with-inline-children.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Tests/LibWeb/Layout/expected/block-and-inline/min-width-for-box-with-inline-children.txt b/Tests/LibWeb/Layout/expected/block-and-inline/min-width-for-box-with-inline-children.txt index 4e424349da2..16229221c1c 100644 --- a/Tests/LibWeb/Layout/expected/block-and-inline/min-width-for-box-with-inline-children.txt +++ b/Tests/LibWeb/Layout/expected/block-and-inline/min-width-for-box-with-inline-children.txt @@ -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] "well hello friends" TextNode <#text> + +PaintableWithLines (Viewport<#document>) [0,0 800x600] + PaintableWithLines (BlockContainer) [0,0 800x78.578125] + PaintableWithLines (BlockContainer) [9,9 606x60.578125] + PaintableWithLines (BlockContainer
.outer) [10,10 604x58.578125] + PaintableWithLines (BlockContainer
.inner) [11,11 602x56.578125] + TextPaintable (TextNode<#text>)