diff options
author | martinfalisse <martinmotteditfalisse@gmail.com> | 2023-04-02 19:43:13 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-04-07 10:42:26 +0200 |
commit | c421f1692cdb0299899de9f371ac66c498f748d1 (patch) | |
tree | dbec9e5c4c26e9b52b6eb2f8401891b3bf187753 | |
parent | 7b4c76788b6b536cb9a30b8361d15845e081b5b3 (diff) | |
download | serenity-c421f1692cdb0299899de9f371ac66c498f748d1.zip |
LibWeb: Move table tests to their own folder
-rw-r--r-- | Tests/LibWeb/Layout/expected/table/auto-height.txt (renamed from Tests/LibWeb/Layout/expected/table-auto-height.txt) | 0 | ||||
-rw-r--r-- | Tests/LibWeb/Layout/expected/table/in-auto-height-flex-item.txt (renamed from Tests/LibWeb/Layout/expected/table-in-auto-height-flex-item.txt) | 0 | ||||
-rw-r--r-- | Tests/LibWeb/Layout/input/table/auto-height.html (renamed from Tests/LibWeb/Layout/input/table-auto-height.html) | 0 | ||||
-rw-r--r-- | Tests/LibWeb/Layout/input/table/in-auto-height-flex-item.html (renamed from Tests/LibWeb/Layout/input/table-in-auto-height-flex-item.html) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/Tests/LibWeb/Layout/expected/table-auto-height.txt b/Tests/LibWeb/Layout/expected/table/auto-height.txt index ffaddfe2f6..ffaddfe2f6 100644 --- a/Tests/LibWeb/Layout/expected/table-auto-height.txt +++ b/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 index 60623d70d7..60623d70d7 100644 --- a/Tests/LibWeb/Layout/expected/table-in-auto-height-flex-item.txt +++ b/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 index 545deaf580..545deaf580 100644 --- a/Tests/LibWeb/Layout/input/table-auto-height.html +++ b/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 index ebea3c8a39..ebea3c8a39 100644 --- a/Tests/LibWeb/Layout/input/table-in-auto-height-flex-item.html +++ b/Tests/LibWeb/Layout/input/table/in-auto-height-flex-item.html |