From a230188b31095987d8919e328629eac8aa4f88ea Mon Sep 17 00:00:00 2001 From: Yuri Kobets Date: Fri, 29 Dec 2023 03:46:49 +0300 Subject: flex: fixes in rendering of the justify-content css property --- .../flex/--flexbox-justify-content-horiz-001a.htm | 141 ------------------ .../flex/--flexbox-justify-content-horiz-001b.htm | 147 ------------------- .../flex/--flexbox-justify-content-horiz-002.htm | 154 ------------------- .../flex/--flexbox-justify-content-horiz-003.htm | 149 ------------------- .../flex/--flexbox-justify-content-horiz-004.htm | 160 -------------------- .../flex/--flexbox-justify-content-horiz-005.htm | 140 ------------------ .../flex/--flexbox-justify-content-horiz-006.htm | 142 ------------------ .../flex/--flexbox-justify-content-vert-001a.htm | 143 ------------------ .../flex/--flexbox-justify-content-vert-001b.htm | 144 ------------------ .../flex/--flexbox-justify-content-vert-002.htm | 156 -------------------- .../flex/--flexbox-justify-content-vert-003.htm | 152 ------------------- .../flex/--flexbox-justify-content-vert-004.htm | 163 --------------------- .../flex/--flexbox-justify-content-vert-005.htm | 146 ------------------ .../flex/--flexbox-justify-content-vert-006.htm | 143 ------------------ test/render/flex/--flexbox_width-overflow.htm | 30 ++++ test/render/flex/flexbox-flex-flow-001.htm.png | Bin 2077 -> 2059 bytes .../flex/flexbox-justify-content-horiz-001a.htm | 141 ++++++++++++++++++ .../flexbox-justify-content-horiz-001a.htm.png | Bin 0 -> 334 bytes .../flex/flexbox-justify-content-horiz-001b.htm | 147 +++++++++++++++++++ .../flexbox-justify-content-horiz-001b.htm.png | Bin 0 -> 334 bytes .../flex/flexbox-justify-content-horiz-002.htm | 154 +++++++++++++++++++ .../flex/flexbox-justify-content-horiz-002.htm.png | Bin 0 -> 1288 bytes .../flex/flexbox-justify-content-horiz-003.htm | 149 +++++++++++++++++++ .../flex/flexbox-justify-content-horiz-003.htm.png | Bin 0 -> 429 bytes .../flex/flexbox-justify-content-horiz-004.htm | 160 ++++++++++++++++++++ .../flex/flexbox-justify-content-horiz-004.htm.png | Bin 0 -> 914 bytes .../flex/flexbox-justify-content-horiz-005.htm | 140 ++++++++++++++++++ .../flex/flexbox-justify-content-horiz-005.htm.png | Bin 0 -> 865 bytes .../flex/flexbox-justify-content-horiz-006.htm | 142 ++++++++++++++++++ .../flex/flexbox-justify-content-horiz-006.htm.png | Bin 0 -> 391 bytes .../flex/flexbox-justify-content-vert-001a.htm | 143 ++++++++++++++++++ .../flex/flexbox-justify-content-vert-001a.htm.png | Bin 0 -> 439 bytes .../flex/flexbox-justify-content-vert-001b.htm | 144 ++++++++++++++++++ .../flex/flexbox-justify-content-vert-001b.htm.png | Bin 0 -> 439 bytes .../flex/flexbox-justify-content-vert-002.htm | 156 ++++++++++++++++++++ .../flex/flexbox-justify-content-vert-002.htm.png | Bin 0 -> 919 bytes .../flex/flexbox-justify-content-vert-003.htm | 152 +++++++++++++++++++ .../flex/flexbox-justify-content-vert-003.htm.png | Bin 0 -> 312 bytes .../flex/flexbox-justify-content-vert-004.htm | 163 +++++++++++++++++++++ .../flex/flexbox-justify-content-vert-004.htm.png | Bin 0 -> 982 bytes .../flex/flexbox-justify-content-vert-005.htm | 146 ++++++++++++++++++ .../flex/flexbox-justify-content-vert-005.htm.png | Bin 0 -> 696 bytes .../flex/flexbox-justify-content-vert-006.htm | 143 ++++++++++++++++++ .../flex/flexbox-justify-content-vert-006.htm.png | Bin 0 -> 461 bytes test/render/flex/flexbox_width-overflow.htm | 30 ---- 45 files changed, 2110 insertions(+), 2110 deletions(-) delete mode 100644 test/render/flex/--flexbox-justify-content-horiz-001a.htm delete mode 100644 test/render/flex/--flexbox-justify-content-horiz-001b.htm delete mode 100644 test/render/flex/--flexbox-justify-content-horiz-002.htm delete mode 100644 test/render/flex/--flexbox-justify-content-horiz-003.htm delete mode 100644 test/render/flex/--flexbox-justify-content-horiz-004.htm delete mode 100644 test/render/flex/--flexbox-justify-content-horiz-005.htm delete mode 100644 test/render/flex/--flexbox-justify-content-horiz-006.htm delete mode 100644 test/render/flex/--flexbox-justify-content-vert-001a.htm delete mode 100644 test/render/flex/--flexbox-justify-content-vert-001b.htm delete mode 100644 test/render/flex/--flexbox-justify-content-vert-002.htm delete mode 100644 test/render/flex/--flexbox-justify-content-vert-003.htm delete mode 100644 test/render/flex/--flexbox-justify-content-vert-004.htm delete mode 100644 test/render/flex/--flexbox-justify-content-vert-005.htm delete mode 100644 test/render/flex/--flexbox-justify-content-vert-006.htm create mode 100644 test/render/flex/--flexbox_width-overflow.htm create mode 100644 test/render/flex/flexbox-justify-content-horiz-001a.htm create mode 100644 test/render/flex/flexbox-justify-content-horiz-001a.htm.png create mode 100644 test/render/flex/flexbox-justify-content-horiz-001b.htm create mode 100644 test/render/flex/flexbox-justify-content-horiz-001b.htm.png create mode 100644 test/render/flex/flexbox-justify-content-horiz-002.htm create mode 100644 test/render/flex/flexbox-justify-content-horiz-002.htm.png create mode 100644 test/render/flex/flexbox-justify-content-horiz-003.htm create mode 100644 test/render/flex/flexbox-justify-content-horiz-003.htm.png create mode 100644 test/render/flex/flexbox-justify-content-horiz-004.htm create mode 100644 test/render/flex/flexbox-justify-content-horiz-004.htm.png create mode 100644 test/render/flex/flexbox-justify-content-horiz-005.htm create mode 100644 test/render/flex/flexbox-justify-content-horiz-005.htm.png create mode 100644 test/render/flex/flexbox-justify-content-horiz-006.htm create mode 100644 test/render/flex/flexbox-justify-content-horiz-006.htm.png create mode 100644 test/render/flex/flexbox-justify-content-vert-001a.htm create mode 100644 test/render/flex/flexbox-justify-content-vert-001a.htm.png create mode 100644 test/render/flex/flexbox-justify-content-vert-001b.htm create mode 100644 test/render/flex/flexbox-justify-content-vert-001b.htm.png create mode 100644 test/render/flex/flexbox-justify-content-vert-002.htm create mode 100644 test/render/flex/flexbox-justify-content-vert-002.htm.png create mode 100644 test/render/flex/flexbox-justify-content-vert-003.htm create mode 100644 test/render/flex/flexbox-justify-content-vert-003.htm.png create mode 100644 test/render/flex/flexbox-justify-content-vert-004.htm create mode 100644 test/render/flex/flexbox-justify-content-vert-004.htm.png create mode 100644 test/render/flex/flexbox-justify-content-vert-005.htm create mode 100644 test/render/flex/flexbox-justify-content-vert-005.htm.png create mode 100644 test/render/flex/flexbox-justify-content-vert-006.htm create mode 100644 test/render/flex/flexbox-justify-content-vert-006.htm.png delete mode 100644 test/render/flex/flexbox_width-overflow.htm (limited to 'test/render') diff --git a/test/render/flex/--flexbox-justify-content-horiz-001a.htm b/test/render/flex/--flexbox-justify-content-horiz-001a.htm deleted file mode 100644 index 4a646858..00000000 --- a/test/render/flex/--flexbox-justify-content-horiz-001a.htm +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a horizontal flex container - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-horiz-001b.htm b/test/render/flex/--flexbox-justify-content-horiz-001b.htm deleted file mode 100644 index 283664a1..00000000 --- a/test/render/flex/--flexbox-justify-content-horiz-001b.htm +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a horizontal flex container with "min-width" - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-horiz-002.htm b/test/render/flex/--flexbox-justify-content-horiz-002.htm deleted file mode 100644 index 74bc2d44..00000000 --- a/test/render/flex/--flexbox-justify-content-horiz-002.htm +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a horizontal flex container, with margins/border/padding on flex items - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-horiz-003.htm b/test/render/flex/--flexbox-justify-content-horiz-003.htm deleted file mode 100644 index a95237b4..00000000 --- a/test/render/flex/--flexbox-justify-content-horiz-003.htm +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-horiz-004.htm b/test/render/flex/--flexbox-justify-content-horiz-004.htm deleted file mode 100644 index c696f7e0..00000000 --- a/test/render/flex/--flexbox-justify-content-horiz-004.htm +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow, with margins/border/padding on flex items - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-horiz-005.htm b/test/render/flex/--flexbox-justify-content-horiz-005.htm deleted file mode 100644 index 4c57dfd3..00000000 --- a/test/render/flex/--flexbox-justify-content-horiz-005.htm +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in an auto-sized horizontal flex container - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-horiz-006.htm b/test/render/flex/--flexbox-justify-content-horiz-006.htm deleted file mode 100644 index 91151e3c..00000000 --- a/test/render/flex/--flexbox-justify-content-horiz-006.htm +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in an auto-sized reversed horizontal flex container - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-vert-001a.htm b/test/render/flex/--flexbox-justify-content-vert-001a.htm deleted file mode 100644 index a8e1335a..00000000 --- a/test/render/flex/--flexbox-justify-content-vert-001a.htm +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a vertical flex container - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-vert-001b.htm b/test/render/flex/--flexbox-justify-content-vert-001b.htm deleted file mode 100644 index 4f68232b..00000000 --- a/test/render/flex/--flexbox-justify-content-vert-001b.htm +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a vertical flex container with "min-height" - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-vert-002.htm b/test/render/flex/--flexbox-justify-content-vert-002.htm deleted file mode 100644 index 3416228e..00000000 --- a/test/render/flex/--flexbox-justify-content-vert-002.htm +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a vertical flex container, with margins/border/padding on flex items - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-vert-003.htm b/test/render/flex/--flexbox-justify-content-vert-003.htm deleted file mode 100644 index d742f568..00000000 --- a/test/render/flex/--flexbox-justify-content-vert-003.htm +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-vert-004.htm b/test/render/flex/--flexbox-justify-content-vert-004.htm deleted file mode 100644 index f6473781..00000000 --- a/test/render/flex/--flexbox-justify-content-vert-004.htm +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow, with margins/border/padding on flex items - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-vert-005.htm b/test/render/flex/--flexbox-justify-content-vert-005.htm deleted file mode 100644 index c1a2a5b2..00000000 --- a/test/render/flex/--flexbox-justify-content-vert-005.htm +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in an auto-sized vertical flex container - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox-justify-content-vert-006.htm b/test/render/flex/--flexbox-justify-content-vert-006.htm deleted file mode 100644 index 9cb36b1e..00000000 --- a/test/render/flex/--flexbox-justify-content-vert-006.htm +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - CSS Test: Testing 'justify-content' in a vertical flex container - - - - - - - - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/test/render/flex/--flexbox_width-overflow.htm b/test/render/flex/--flexbox_width-overflow.htm new file mode 100644 index 00000000..94175b78 --- /dev/null +++ b/test/render/flex/--flexbox_width-overflow.htm @@ -0,0 +1,30 @@ + + + +flexbox | overflow + + + + + +
+

one two three four

+

filler

+

filler

+

filler

+

filler

+
+ + + \ No newline at end of file diff --git a/test/render/flex/flexbox-flex-flow-001.htm.png b/test/render/flex/flexbox-flex-flow-001.htm.png index eecf11f3..d210b04d 100644 Binary files a/test/render/flex/flexbox-flex-flow-001.htm.png and b/test/render/flex/flexbox-flex-flow-001.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-horiz-001a.htm b/test/render/flex/flexbox-justify-content-horiz-001a.htm new file mode 100644 index 00000000..4a646858 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-horiz-001a.htm @@ -0,0 +1,141 @@ + + + + + + CSS Test: Testing 'justify-content' in a horizontal flex container + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-horiz-001a.htm.png b/test/render/flex/flexbox-justify-content-horiz-001a.htm.png new file mode 100644 index 00000000..4ec7ba5c Binary files /dev/null and b/test/render/flex/flexbox-justify-content-horiz-001a.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-horiz-001b.htm b/test/render/flex/flexbox-justify-content-horiz-001b.htm new file mode 100644 index 00000000..283664a1 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-horiz-001b.htm @@ -0,0 +1,147 @@ + + + + + + CSS Test: Testing 'justify-content' in a horizontal flex container with "min-width" + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-horiz-001b.htm.png b/test/render/flex/flexbox-justify-content-horiz-001b.htm.png new file mode 100644 index 00000000..d3e3d1da Binary files /dev/null and b/test/render/flex/flexbox-justify-content-horiz-001b.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-horiz-002.htm b/test/render/flex/flexbox-justify-content-horiz-002.htm new file mode 100644 index 00000000..74bc2d44 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-horiz-002.htm @@ -0,0 +1,154 @@ + + + + + + CSS Test: Testing 'justify-content' in a horizontal flex container, with margins/border/padding on flex items + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-horiz-002.htm.png b/test/render/flex/flexbox-justify-content-horiz-002.htm.png new file mode 100644 index 00000000..e42aa749 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-horiz-002.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-horiz-003.htm b/test/render/flex/flexbox-justify-content-horiz-003.htm new file mode 100644 index 00000000..a95237b4 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-horiz-003.htm @@ -0,0 +1,149 @@ + + + + + + CSS Test: Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-horiz-003.htm.png b/test/render/flex/flexbox-justify-content-horiz-003.htm.png new file mode 100644 index 00000000..ddc56250 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-horiz-003.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-horiz-004.htm b/test/render/flex/flexbox-justify-content-horiz-004.htm new file mode 100644 index 00000000..c696f7e0 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-horiz-004.htm @@ -0,0 +1,160 @@ + + + + + + CSS Test: Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow, with margins/border/padding on flex items + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-horiz-004.htm.png b/test/render/flex/flexbox-justify-content-horiz-004.htm.png new file mode 100644 index 00000000..0e949ed0 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-horiz-004.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-horiz-005.htm b/test/render/flex/flexbox-justify-content-horiz-005.htm new file mode 100644 index 00000000..4c57dfd3 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-horiz-005.htm @@ -0,0 +1,140 @@ + + + + + + CSS Test: Testing 'justify-content' in an auto-sized horizontal flex container + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-horiz-005.htm.png b/test/render/flex/flexbox-justify-content-horiz-005.htm.png new file mode 100644 index 00000000..567f0c61 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-horiz-005.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-horiz-006.htm b/test/render/flex/flexbox-justify-content-horiz-006.htm new file mode 100644 index 00000000..91151e3c --- /dev/null +++ b/test/render/flex/flexbox-justify-content-horiz-006.htm @@ -0,0 +1,142 @@ + + + + + + CSS Test: Testing 'justify-content' in an auto-sized reversed horizontal flex container + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-horiz-006.htm.png b/test/render/flex/flexbox-justify-content-horiz-006.htm.png new file mode 100644 index 00000000..6e4120a1 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-horiz-006.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-vert-001a.htm b/test/render/flex/flexbox-justify-content-vert-001a.htm new file mode 100644 index 00000000..a8e1335a --- /dev/null +++ b/test/render/flex/flexbox-justify-content-vert-001a.htm @@ -0,0 +1,143 @@ + + + + + + CSS Test: Testing 'justify-content' in a vertical flex container + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-vert-001a.htm.png b/test/render/flex/flexbox-justify-content-vert-001a.htm.png new file mode 100644 index 00000000..4b954841 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-vert-001a.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-vert-001b.htm b/test/render/flex/flexbox-justify-content-vert-001b.htm new file mode 100644 index 00000000..4f68232b --- /dev/null +++ b/test/render/flex/flexbox-justify-content-vert-001b.htm @@ -0,0 +1,144 @@ + + + + + + CSS Test: Testing 'justify-content' in a vertical flex container with "min-height" + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-vert-001b.htm.png b/test/render/flex/flexbox-justify-content-vert-001b.htm.png new file mode 100644 index 00000000..4b954841 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-vert-001b.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-vert-002.htm b/test/render/flex/flexbox-justify-content-vert-002.htm new file mode 100644 index 00000000..3416228e --- /dev/null +++ b/test/render/flex/flexbox-justify-content-vert-002.htm @@ -0,0 +1,156 @@ + + + + + + CSS Test: Testing 'justify-content' in a vertical flex container, with margins/border/padding on flex items + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-vert-002.htm.png b/test/render/flex/flexbox-justify-content-vert-002.htm.png new file mode 100644 index 00000000..3edd4083 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-vert-002.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-vert-003.htm b/test/render/flex/flexbox-justify-content-vert-003.htm new file mode 100644 index 00000000..d742f568 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-vert-003.htm @@ -0,0 +1,152 @@ + + + + + + CSS Test: Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-vert-003.htm.png b/test/render/flex/flexbox-justify-content-vert-003.htm.png new file mode 100644 index 00000000..3f2fe791 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-vert-003.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-vert-004.htm b/test/render/flex/flexbox-justify-content-vert-004.htm new file mode 100644 index 00000000..f6473781 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-vert-004.htm @@ -0,0 +1,163 @@ + + + + + + CSS Test: Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow, with margins/border/padding on flex items + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-vert-004.htm.png b/test/render/flex/flexbox-justify-content-vert-004.htm.png new file mode 100644 index 00000000..b162fab6 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-vert-004.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-vert-005.htm b/test/render/flex/flexbox-justify-content-vert-005.htm new file mode 100644 index 00000000..c1a2a5b2 --- /dev/null +++ b/test/render/flex/flexbox-justify-content-vert-005.htm @@ -0,0 +1,146 @@ + + + + + + CSS Test: Testing 'justify-content' in an auto-sized vertical flex container + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-vert-005.htm.png b/test/render/flex/flexbox-justify-content-vert-005.htm.png new file mode 100644 index 00000000..0b6fd66b Binary files /dev/null and b/test/render/flex/flexbox-justify-content-vert-005.htm.png differ diff --git a/test/render/flex/flexbox-justify-content-vert-006.htm b/test/render/flex/flexbox-justify-content-vert-006.htm new file mode 100644 index 00000000..9cb36b1e --- /dev/null +++ b/test/render/flex/flexbox-justify-content-vert-006.htm @@ -0,0 +1,143 @@ + + + + + + CSS Test: Testing 'justify-content' in a vertical flex container + + + + + + + + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/test/render/flex/flexbox-justify-content-vert-006.htm.png b/test/render/flex/flexbox-justify-content-vert-006.htm.png new file mode 100644 index 00000000..69fb0e32 Binary files /dev/null and b/test/render/flex/flexbox-justify-content-vert-006.htm.png differ diff --git a/test/render/flex/flexbox_width-overflow.htm b/test/render/flex/flexbox_width-overflow.htm deleted file mode 100644 index 94175b78..00000000 --- a/test/render/flex/flexbox_width-overflow.htm +++ /dev/null @@ -1,30 +0,0 @@ - - - -flexbox | overflow - - - - - -
-

one two three four

-

filler

-

filler

-

filler

-

filler

-
- - - \ No newline at end of file -- cgit v1.2.3