From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- .../tests/css/css-flexbox/WEB_FEATURES.yml | 7 +++++ .../css-flexbox/intrinsic-size/col-wrap-020.html | 34 ++++++++++++++++++++++ .../min-size-auto-overflow-clip-ref.html | 14 +++++++++ .../css-flexbox/min-size-auto-overflow-clip.html | 18 ++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 testing/web-platform/tests/css/css-flexbox/WEB_FEATURES.yml create mode 100644 testing/web-platform/tests/css/css-flexbox/intrinsic-size/col-wrap-020.html create mode 100644 testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip.html (limited to 'testing/web-platform/tests/css/css-flexbox') diff --git a/testing/web-platform/tests/css/css-flexbox/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-flexbox/WEB_FEATURES.yml new file mode 100644 index 0000000000..69d0875451 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/WEB_FEATURES.yml @@ -0,0 +1,7 @@ +features: +- name: flexbox + files: "**" +# TODO: map *gap* to flexbox-gap. This is currently not possible without the +# tests being associated with both flexbox and flexbox-gap. All but one of the +# *gap* tests are passing in all browsers, so lumping them in with flexbox is +# relatively harmless. diff --git a/testing/web-platform/tests/css/css-flexbox/intrinsic-size/col-wrap-020.html b/testing/web-platform/tests/css/css-flexbox/intrinsic-size/col-wrap-020.html new file mode 100644 index 0000000000..ffbfa711c3 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/intrinsic-size/col-wrap-020.html @@ -0,0 +1,34 @@ + + + + + + + + +

Test passes if there is a filled green square and no red. +

+ +
+ +
+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip-ref.html b/testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip-ref.html new file mode 100644 index 0000000000..2503af6df3 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip-ref.html @@ -0,0 +1,14 @@ + + + +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip.html b/testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip.html new file mode 100644 index 0000000000..ec3bc5f593 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/min-size-auto-overflow-clip.html @@ -0,0 +1,18 @@ + + + + + +overflow: visible and clip behave the same for min-size purposes + +
+
+
+
+
-- cgit v1.2.3