From 5b030a692342d5ff6a5741634c83e0db1fb9935e Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 26 Mar 2023 13:03:27 +0200 Subject: Tests/LibWeb: Add test for flex item auto height with `flex-wrap: wrap` --- .../Layout/input/flex-item-auto-height-with-wrap.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Tests/LibWeb/Layout/input/flex-item-auto-height-with-wrap.html (limited to 'Tests/LibWeb/Layout/input') diff --git a/Tests/LibWeb/Layout/input/flex-item-auto-height-with-wrap.html b/Tests/LibWeb/Layout/input/flex-item-auto-height-with-wrap.html new file mode 100644 index 0000000000..3fcbdec589 --- /dev/null +++ b/Tests/LibWeb/Layout/input/flex-item-auto-height-with-wrap.html @@ -0,0 +1,18 @@ +
The orange box should have a snug height
-- cgit v1.2.3