From c421f1692cdb0299899de9f371ac66c498f748d1 Mon Sep 17 00:00:00 2001 From: martinfalisse Date: Sun, 2 Apr 2023 19:43:13 +0200 Subject: [PATCH] LibWeb: Move table tests to their own folder --- .../expected/{table-auto-height.txt => table/auto-height.txt} | 0 .../in-auto-height-flex-item.txt} | 0 .../input/{table-auto-height.html => table/auto-height.html} | 0 .../in-auto-height-flex-item.html} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename Tests/LibWeb/Layout/expected/{table-auto-height.txt => table/auto-height.txt} (100%) rename Tests/LibWeb/Layout/expected/{table-in-auto-height-flex-item.txt => table/in-auto-height-flex-item.txt} (100%) rename Tests/LibWeb/Layout/input/{table-auto-height.html => table/auto-height.html} (100%) rename Tests/LibWeb/Layout/input/{table-in-auto-height-flex-item.html => table/in-auto-height-flex-item.html} (100%) diff --git a/Tests/LibWeb/Layout/expected/table-auto-height.txt b/Tests/LibWeb/Layout/expected/table/auto-height.txt similarity index 100% rename from Tests/LibWeb/Layout/expected/table-auto-height.txt rename to Tests/LibWeb/Layout/expected/table/auto-height.txt diff --git a/Tests/LibWeb/Layout/expected/table-in-auto-height-flex-item.txt b/Tests/LibWeb/Layout/expected/table/in-auto-height-flex-item.txt similarity index 100% rename from Tests/LibWeb/Layout/expected/table-in-auto-height-flex-item.txt rename to Tests/LibWeb/Layout/expected/table/in-auto-height-flex-item.txt diff --git a/Tests/LibWeb/Layout/input/table-auto-height.html b/Tests/LibWeb/Layout/input/table/auto-height.html similarity index 100% rename from Tests/LibWeb/Layout/input/table-auto-height.html rename to Tests/LibWeb/Layout/input/table/auto-height.html diff --git a/Tests/LibWeb/Layout/input/table-in-auto-height-flex-item.html b/Tests/LibWeb/Layout/input/table/in-auto-height-flex-item.html similarity index 100% rename from Tests/LibWeb/Layout/input/table-in-auto-height-flex-item.html rename to Tests/LibWeb/Layout/input/table/in-auto-height-flex-item.html