aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-grid
diff options
context:
space:
mode:
authorServo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com>2024-11-03 02:33:12 +0100
committerGitHub <noreply@github.com>2024-11-03 01:33:12 +0000
commitb22c0771be89e1962a2e39a43988278229fc0496 (patch)
tree29cb12d6c9061bf27ff63e64f11302e5dcf7a541 /tests/wpt/meta/css/css-grid
parent0759dde11b8cbf8f06dee35314c60c845bd4062d (diff)
downloadservo-b22c0771be89e1962a2e39a43988278229fc0496.tar.gz
servo-b22c0771be89e1962a2e39a43988278229fc0496.zip
Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad4036f' (#34115)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/css/css-grid')
-rw-r--r--tests/wpt/meta/css/css-grid/layout-algorithm/grid-fit-content-percentage.html.ini60
1 files changed, 60 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-grid/layout-algorithm/grid-fit-content-percentage.html.ini b/tests/wpt/meta/css/css-grid/layout-algorithm/grid-fit-content-percentage.html.ini
index 32b5d8d7680..d41dbcf0823 100644
--- a/tests/wpt/meta/css/css-grid/layout-algorithm/grid-fit-content-percentage.html.ini
+++ b/tests/wpt/meta/css/css-grid/layout-algorithm/grid-fit-content-percentage.html.ini
@@ -28,3 +28,63 @@
[fit-content(calc(0px + 150%))]
expected: FAIL
+
+ [fit-content(0%); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(50%); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(75%); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(100%); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(150%); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(calc(0px + 0%)); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(calc(0px + 50%)); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(calc(0px + 75%)); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(calc(0px + 100%)); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(calc(0px + 150%)); min-width: 0px]
+ expected: FAIL
+
+ [fit-content(0%); min-width: auto]
+ expected: FAIL
+
+ [fit-content(50%); min-width: auto]
+ expected: FAIL
+
+ [fit-content(75%); min-width: auto]
+ expected: FAIL
+
+ [fit-content(100%); min-width: auto]
+ expected: FAIL
+
+ [fit-content(150%); min-width: auto]
+ expected: FAIL
+
+ [fit-content(calc(0px + 0%)); min-width: auto]
+ expected: FAIL
+
+ [fit-content(calc(0px + 50%)); min-width: auto]
+ expected: FAIL
+
+ [fit-content(calc(0px + 75%)); min-width: auto]
+ expected: FAIL
+
+ [fit-content(calc(0px + 100%)); min-width: auto]
+ expected: FAIL
+
+ [fit-content(calc(0px + 150%)); min-width: auto]
+ expected: FAIL