From 85da5869cb5f7a297809ab9ef1557eb6319e24e6 Mon Sep 17 00:00:00 2001 From: Yuri Kobets Date: Mon, 25 Dec 2023 01:16:42 +0300 Subject: Added tests for Flexible Box Layout All tests are copied from: http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/toc.htm Prefixes: "-" - test is using features that litehtml doesn't support yet "--" - all featured should be supported but test failed because of flex rendering implementation issues --- test/render/flex/--multiline-shrink-to-fit.htm | 77 ++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 test/render/flex/--multiline-shrink-to-fit.htm (limited to 'test/render/flex/--multiline-shrink-to-fit.htm') diff --git a/test/render/flex/--multiline-shrink-to-fit.htm b/test/render/flex/--multiline-shrink-to-fit.htm new file mode 100644 index 00000000..f14c44a9 --- /dev/null +++ b/test/render/flex/--multiline-shrink-to-fit.htm @@ -0,0 +1,77 @@ + + + +CSS Flexbox: multiline column flexboxes and shrink-to-fit. + + + + + + +
+
+
+
+
+
+

The grey background should be 100px wide.

+ +
+
+
+
+
+
+

The grey background should be 100px wide.

+ +
+
+
+
+
+
+
+
+

The grey background should be 100px wide.

+ +
+
+
+
+
+
+
+
+

The grey background should be 100px wide and 5px should +stick out the bottom.

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