From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../css-flexbox/align-content_space-around.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/web-platform/tests/css/css-flexbox/align-content_space-around.html (limited to 'testing/web-platform/tests/css/css-flexbox/align-content_space-around.html') diff --git a/testing/web-platform/tests/css/css-flexbox/align-content_space-around.html b/testing/web-platform/tests/css/css-flexbox/align-content_space-around.html new file mode 100644 index 0000000000..8949a30132 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/align-content_space-around.html @@ -0,0 +1,26 @@ + + + + CSS Flexible Box Test: align-content_space-around + + + + + + + + +

Test passes if:
+ 1. the rectangle 1, 2, 3 show up in a vertical column in a red rectangle.
+ 2. the rectangle 1, 2, 3 are distributed such that the empty space between any two adjacent rectangle is the same, and the empty space of the column before the first and after the last rectangle are half the size of the other empty spaces.

+
1
2
3
+ + -- cgit v1.2.3