From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- ...d-content-alignment-and-self-alignment-002.html | 561 +++++++++++++++++++++ 1 file changed, 561 insertions(+) create mode 100644 testing/web-platform/tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002.html (limited to 'testing/web-platform/tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002.html') diff --git a/testing/web-platform/tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002.html b/testing/web-platform/tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002.html new file mode 100644 index 0000000000..68835c0461 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002.html @@ -0,0 +1,561 @@ + + + +CSS Grid Layout Test: content distribution alignment and self alignment. + + + + + + + + + + + + + + + + + + + + +
+

direction: LTR | distribution: 'space-between' | self-alignment: center

+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'space-between' | self-alignment: end

+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'space-around' | self-alignment: center

+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'space-around' | self-alignment: end

+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'space-evenly' | self-alignment: center

+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'space-evenly' | self-alignment: end

+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'stretch' | self-alignment: center

+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'stretch' | self-alignment: end

+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'default' | self-alignment: center

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'default' | self-alignment: end

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'space-between' | self-alignment: center

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: LTR | distribution: 'space-between' | self-alignment: end

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: LTR | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: center

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: LTR | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: end

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+

direction: LTR | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: center

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+

direction: LTR | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: end

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+

direction: RTL | distribution: 'space-between' | self-alignment: center

+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'space-between' | self-alignment: end

+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'space-around' | self-alignment: center

+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'space-around' | self-alignment: end

+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'space-evenly' | self-alignment: center

+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'space-evenly' | self-alignment: end

+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'stretch' | self-alignment: center

+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'stretch' | self-alignment: end

+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'default' | self-alignment: center

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'default' | self-alignment: end

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'space-between' | self-alignment: center

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: RTL | distribution: 'space-between' | self-alignment: end

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: center

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-alignment: end

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: center

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | self-alignment: end

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + -- cgit v1.2.3