diff --git a/Tests/LibWeb/Layout/expected/misc/scroll.txt b/Tests/LibWeb/Layout/expected/misc/scroll.txt deleted file mode 100644 index f292fed0b6..0000000000 --- a/Tests/LibWeb/Layout/expected/misc/scroll.txt +++ /dev/null @@ -1,11 +0,0 @@ -Viewport <#document> at (0,0) content-size 800x600 children: not-inline - BlockContainer at (0,0) content-size 800x600 [BFC] children: not-inline - BlockContainer at (8,8) content-size 784x202 children: not-inline - BlockContainer at (9,9) content-size 200x200 [BFC] children: not-inline - BlockContainer at (9,9) content-size 200x1000 children: not-inline - -ViewportPaintable (Viewport<#document>) [0,0 800x600] - PaintableWithLines (BlockContainer) [0,0 800x600] - PaintableWithLines (BlockContainer) [8,8 784x202] - PaintableWithLines (BlockContainer
#scrollbox) [8,8 202x202] overflow: [9,9 200x1000] scroll-offset: [0,100] - PaintableWithLines (BlockContainer
#content) [9,9 200x1000] diff --git a/Tests/LibWeb/Layout/input/misc/scroll.html b/Tests/LibWeb/Layout/input/misc/scroll.html deleted file mode 100644 index e9f70b82ae..0000000000 --- a/Tests/LibWeb/Layout/input/misc/scroll.html +++ /dev/null @@ -1,22 +0,0 @@ - - -
\ No newline at end of file