From 58398b1e127f1428261f4b86230c411573fb6426 Mon Sep 17 00:00:00 2001 From: Enver Balalic Date: Thu, 31 Mar 2022 22:11:38 +0200 Subject: LibWeb: Implement the flex order CSS property Adds support for the flex order property and a test page for it on the browser welcome page. --- Base/res/html/misc/flex-order.html | 99 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 Base/res/html/misc/flex-order.html (limited to 'Base/res/html/misc/flex-order.html') diff --git a/Base/res/html/misc/flex-order.html b/Base/res/html/misc/flex-order.html new file mode 100644 index 0000000000..c0f328934e --- /dev/null +++ b/Base/res/html/misc/flex-order.html @@ -0,0 +1,99 @@ + + + + + Flex + + + + +

2/0/1

+
+
1
+
2
+
3
+
+

2/0/1 - reverse

+
+
1
+
2
+
3
+
+

2/<>/1

+
+
1
+
2
+
3
+
+

2/<>/1 - reverse

+
+
1
+
2
+
3
+
+

2/0/<>

+
+
1
+
2
+
3
+
+

<>/0/1

+
+
1
+
2
+
3
+
+

<>/1/<>

+
+
1
+
2
+
3
+
+

<>/0/<>

+
+
1
+
2
+
3
+
+

1/1/<>

+
+
1
+
2
+
3
+
+

3/-1/-2

+
+
1
+
2
+
3
+
+

-2/3/<>

+
+
1
+
2
+
3
+
+

<>/-1/<>

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