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.