From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../self-alignment/parse-align-self-001.html | 32 ++++ .../self-alignment/parse-align-self-002.html | 57 +++++++ .../self-alignment/parse-align-self-003.html | 33 ++++ .../self-alignment/parse-align-self-004.html | 23 +++ .../self-alignment/parse-align-self-005.html | 22 +++ .../self-alignment/parse-justify-self-001.html | 33 ++++ .../self-alignment/parse-justify-self-002.html | 57 +++++++ .../self-alignment/parse-justify-self-003.html | 33 ++++ .../self-alignment/parse-justify-self-004.html | 23 +++ .../self-alignment/parse-justify-self-005.html | 22 +++ .../self-alignment/place-self-shorthand-001.html | 19 +++ .../self-alignment/place-self-shorthand-002.html | 23 +++ .../self-alignment/place-self-shorthand-003.html | 25 +++ .../self-alignment/place-self-shorthand-004.html | 34 ++++ .../self-alignment/place-self-shorthand-005.html | 30 ++++ .../self-alignment/place-self-shorthand-006.html | 24 +++ .../self-align-safe-unsafe-flex-001-ref.html | 160 +++++++++++++++++++ .../self-align-safe-unsafe-flex-001.html | 174 ++++++++++++++++++++ .../self-align-safe-unsafe-flex-002-ref.html | 160 +++++++++++++++++++ .../self-align-safe-unsafe-flex-002.html | 175 ++++++++++++++++++++ .../self-align-safe-unsafe-flex-003-ref.html | 161 +++++++++++++++++++ .../self-align-safe-unsafe-flex-003.html | 176 +++++++++++++++++++++ .../self-align-safe-unsafe-grid-001-ref.html | 160 +++++++++++++++++++ .../self-align-safe-unsafe-grid-001.html | 174 ++++++++++++++++++++ .../self-align-safe-unsafe-grid-002-ref.html | 160 +++++++++++++++++++ .../self-align-safe-unsafe-grid-002.html | 174 ++++++++++++++++++++ .../self-align-safe-unsafe-grid-003-ref.html | 161 +++++++++++++++++++ .../self-align-safe-unsafe-grid-003.html | 175 ++++++++++++++++++++ 28 files changed, 2500 insertions(+) create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-001.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-002.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-003.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-004.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-005.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-001.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-002.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-003.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-004.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-005.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-001.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-002.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-003.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-004.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-005.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-006.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-001-ref.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-001.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-002-ref.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-002.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-003-ref.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-003.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-001-ref.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-001.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-002-ref.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-002.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-003-ref.html create mode 100644 testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-003.html (limited to 'testing/web-platform/tests/css/css-align/self-alignment') diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-001.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-001.html new file mode 100644 index 0000000000..b19372d503 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-001.html @@ -0,0 +1,32 @@ + + +Self-Alignment: align-self - setting values via CSS + + + + + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-002.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-002.html new file mode 100644 index 0000000000..31af7806e0 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-002.html @@ -0,0 +1,57 @@ + + +Self-Alignment: align-self - 'initial' value + + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-003.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-003.html new file mode 100644 index 0000000000..a2f3351fe2 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-003.html @@ -0,0 +1,33 @@ + + +Self-Alignment: align-self - setting values via JS + + + + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-004.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-004.html new file mode 100644 index 0000000000..354994704e --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-004.html @@ -0,0 +1,23 @@ + + +Self-Alignment: align-self - invalid values + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-005.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-005.html new file mode 100644 index 0000000000..37e15f85e4 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-005.html @@ -0,0 +1,22 @@ + + +Self-Alignment: align-self - inherit value + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-001.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-001.html new file mode 100644 index 0000000000..4b321d5985 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-001.html @@ -0,0 +1,33 @@ + + +Self-Alignment: justify-self - setting values via CSS + + + + + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-002.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-002.html new file mode 100644 index 0000000000..45403c7a0d --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-002.html @@ -0,0 +1,57 @@ + + +Self-Alignment: justify-self - 'initial' value + + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-003.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-003.html new file mode 100644 index 0000000000..96729166f1 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-003.html @@ -0,0 +1,33 @@ + + +Self-Alignment: justify-self - setting values via JS + + + + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-004.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-004.html new file mode 100644 index 0000000000..ab81bf954d --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-004.html @@ -0,0 +1,23 @@ + + +Self-Alignment: justify-self - invalid values + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-005.html b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-005.html new file mode 100644 index 0000000000..61b44be359 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-005.html @@ -0,0 +1,22 @@ + + +Self-Alignment: justify-self - inherit value + + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-001.html b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-001.html new file mode 100644 index 0000000000..bd95302c3f --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-001.html @@ -0,0 +1,19 @@ + +CSS Box Alignment: place-self shorthand - single values specified + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-002.html b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-002.html new file mode 100644 index 0000000000..47bb78e3b9 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-002.html @@ -0,0 +1,23 @@ + +CSS Box Alignment: place-self shorthand - multiple values specified + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-003.html b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-003.html new file mode 100644 index 0000000000..a946ef3ed6 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-003.html @@ -0,0 +1,25 @@ + +CSS Box Alignment: place-self shorthand - initial value + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-004.html b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-004.html new file mode 100644 index 0000000000..b7c9d80e71 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-004.html @@ -0,0 +1,34 @@ + +CSS Box Alignment: place-self shorthand - invalid values + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-005.html b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-005.html new file mode 100644 index 0000000000..d74f03993c --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-005.html @@ -0,0 +1,30 @@ + +CSS Box Alignment: place-self shorthand - inherit value + + + + + + +
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-006.html b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-006.html new file mode 100644 index 0000000000..fb5dce1b13 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-006.html @@ -0,0 +1,24 @@ + +CSS Box Alignment: place-self shorthand - Shorthand 'specified' and 'resolved' value + + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-001-ref.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-001-ref.html new file mode 100644 index 0000000000..69d7f34708 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-001-ref.html @@ -0,0 +1,160 @@ + +Reftest Reference + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-001.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-001.html new file mode 100644 index 0000000000..bb933b99d7 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-001.html @@ -0,0 +1,174 @@ + +Safe vs Unsafe align-self in Row Flex Layout + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-002-ref.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-002-ref.html new file mode 100644 index 0000000000..92893d25da --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-002-ref.html @@ -0,0 +1,160 @@ + +Reftest Reference + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-002.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-002.html new file mode 100644 index 0000000000..c7dc1c1aea --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-002.html @@ -0,0 +1,175 @@ + +Safe vs Unsafe align-self in Column Flex Layout + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-003-ref.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-003-ref.html new file mode 100644 index 0000000000..279ec4bb0b --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-003-ref.html @@ -0,0 +1,161 @@ + + +Reftest Reference + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-003.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-003.html new file mode 100644 index 0000000000..41829f7729 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-flex-003.html @@ -0,0 +1,176 @@ + + +Safe vs Unsafe align-self in RTL Column Flex Layout + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-001-ref.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-001-ref.html new file mode 100644 index 0000000000..f644611795 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-001-ref.html @@ -0,0 +1,160 @@ + +Reftest Reference + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-001.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-001.html new file mode 100644 index 0000000000..0c50934627 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-001.html @@ -0,0 +1,174 @@ + +Safe vs Unsafe align-self in Grid Layout + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-002-ref.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-002-ref.html new file mode 100644 index 0000000000..a86c7e4ae0 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-002-ref.html @@ -0,0 +1,160 @@ + +Reftest Reference + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-002.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-002.html new file mode 100644 index 0000000000..ce6688ed1e --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-002.html @@ -0,0 +1,174 @@ + +Safe vs Unsafe justify-self in Grid Layout + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-003-ref.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-003-ref.html new file mode 100644 index 0000000000..0d0b17977d --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-003-ref.html @@ -0,0 +1,161 @@ + + +Reftest Reference + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-003.html b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-003.html new file mode 100644 index 0000000000..9695f0a2f1 --- /dev/null +++ b/testing/web-platform/tests/css/css-align/self-alignment/self-align-safe-unsafe-grid-003.html @@ -0,0 +1,175 @@ + + +Safe vs Unsafe justify-self in RTL Grid Layout + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -- cgit v1.2.3