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 --- .../compat/webkit-box-horizontal-rtl-variants.html | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html (limited to 'testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html') diff --git a/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html b/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html new file mode 100644 index 0000000000..085a5899bc --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-box-horizontal-rtl-variants.html @@ -0,0 +1,69 @@ + + + + +

Exercises -webkit-box with various box-pack settings when rtl. In all cases + the order of letters in the boxes should be alphabetized left to right. +

Start. Boxes should be aligned to right side. +

+
B
+
A
+
+ +

Centered. Boxes should be centered. +

+
B
+
A
+
+ +

End. Boxes should be aligned to left side. +

+
B
+
A
+
+ +

Start, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
+ +

Center, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
+ +

End, content too big. Boxes should start at left edge and extend + outside border. +

+
D
+
C
+
B
+
A
+
-- cgit v1.2.3