aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-grid
diff options
context:
space:
mode:
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