From 1670eda0955839e217ff491ba8016d1bd3e3b6a7 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 4 Jun 2024 17:09:34 +0200 Subject: [PATCH] Tests/LibWeb: Remove layout test for Gfx::BitmapFont --- .../expected/textnode-width-bitmap-font.txt | 16 ---------------- .../Layout/input/textnode-width-bitmap-font.html | 1 - 2 files changed, 17 deletions(-) delete mode 100644 Tests/LibWeb/Layout/expected/textnode-width-bitmap-font.txt delete mode 100644 Tests/LibWeb/Layout/input/textnode-width-bitmap-font.html diff --git a/Tests/LibWeb/Layout/expected/textnode-width-bitmap-font.txt b/Tests/LibWeb/Layout/expected/textnode-width-bitmap-font.txt deleted file mode 100644 index 4f5db81c842..00000000000 --- a/Tests/LibWeb/Layout/expected/textnode-width-bitmap-font.txt +++ /dev/null @@ -1,16 +0,0 @@ -Viewport <#document> at (0,0) content-size 800x600 children: not-inline - BlockContainer at (0,0) content-size 800x38 [BFC] children: not-inline - BlockContainer at (8,13) content-size 784x17 children: not-inline - BlockContainer

at (8,13) content-size 784x17 children: inline - frag 0 from TextNode start: 0, length: 18, rect: [8,13 102x17] baseline: 11 - "This is some text." - TextNode <#text> - BlockContainer <(anonymous)> at (8,43) content-size 784x0 children: inline - TextNode <#text> - -ViewportPaintable (Viewport<#document>) [0,0 800x600] - PaintableWithLines (BlockContainer) [0,0 800x38] overflow: [0,0 800x43] - PaintableWithLines (BlockContainer) [8,13 784x17] overflow: [8,13 784x30] - PaintableWithLines (BlockContainer

) [8,13 784x17] - TextPaintable (TextNode<#text>) - PaintableWithLines (BlockContainer(anonymous)) [8,43 784x0] diff --git a/Tests/LibWeb/Layout/input/textnode-width-bitmap-font.html b/Tests/LibWeb/Layout/input/textnode-width-bitmap-font.html deleted file mode 100644 index 764edb496ba..00000000000 --- a/Tests/LibWeb/Layout/input/textnode-width-bitmap-font.html +++ /dev/null @@ -1 +0,0 @@ -

This is some text.