/css/css-grid/parsing/grid-template-rows-computed-withcontent.html| status | subtest | message |
|---|---|---|
| FAIL | Property grid-template-rows value 'none' | assert_equals: expected "600px" but got "none" |
| FAIL | Property grid-template-rows value '20%' | assert_equals: expected "120px" but got "20%" |
| PASS | Property grid-template-rows value 'calc(-0.5em + 10px)' | |
| PASS | Property grid-template-rows value 'calc(0.5em + 10px)' | |
| FAIL | Property grid-template-rows value 'calc(30% + 40px)' | assert_equals: expected "220px" but got "calc(30% + 40px)" |
| FAIL | Property grid-template-rows value '5fr' | assert_equals: expected "600px" but got "5fr" |
| FAIL | Property grid-template-rows value 'min-content' | assert_equals: expected "60px" but got "min-content" |
| FAIL | Property grid-template-rows value 'max-content' | assert_equals: expected "60px" but got "max-content" |
| FAIL | Property grid-template-rows value 'auto' | assert_equals: expected "600px" but got "auto" |
| FAIL | Property grid-template-rows value 'minmax(10px, auto)' | assert_equals: expected "600px" but got "minmax(10px, auto)" |
| FAIL | Property grid-template-rows value 'minmax(20%, max-content)' | assert_equals: expected "120px" but got "minmax(20%, max-content)" |
| FAIL | Property grid-template-rows value 'minmax(min-content, calc(-0.5em + 10px))' | assert_equals: expected "60px" but got "minmax(min-content, 0px)" |
| FAIL | Property grid-template-rows value 'minmax(auto, 0)' | assert_equals: expected "60px" but got "minmax(auto, 0px)" |
| FAIL | Property grid-template-rows value 'fit-content(70px)' | assert_equals: expected "60px" but got "fit-content(70px)" |
| FAIL | Property grid-template-rows value 'fit-content(20%)' | assert_equals: expected "60px" but got "fit-content(20%)" |
| FAIL | Property grid-template-rows value 'fit-content(calc(-0.5em + 10px))' | assert_equals: expected "60px" but got "fit-content(0px)" |
| FAIL | Property grid-template-rows value 'repeat(1, 10px)' | assert_equals: expected "10px" but got "repeat(1, 10px)" |
| FAIL | Property grid-template-rows value 'repeat(1, [one two] 20%)' | assert_equals: expected "[one two] 120px" but got "repeat(1, [one two] 20%)" |
| FAIL | Property grid-template-rows value 'repeat(2, minmax(10px, auto))' | assert_equals: expected "325px 275px" but got "repeat(2, minmax(10px, auto))" |
| FAIL | Property grid-template-rows value 'repeat(2, fit-content(20%) [three four] 30px 40px [five six])' | assert_equals: expected "60px [three four] 30px 40px [five six] 0px [three four] 30px 40px [five six]" but got "repeat(2, fit-content(20%) [three four] 30px 40px [five six])" |
| FAIL | Property grid-template-rows value 'min-content repeat(5, minmax(10px, auto))' | assert_equals: expected "60px 108px 108px 108px 108px 108px" but got "min-content repeat(5, minmax(10px, auto))" |
| FAIL | Property grid-template-rows value '[] 150px [] 1fr []' | assert_equals: expected "150px 450px" but got "150px 1fr" |
| FAIL | Property grid-template-rows value 'repeat(auto-fill, 200px)' | assert_equals: expected "200px 200px 200px" but got "repeat(auto-fill, 200px)" |
| FAIL | Property grid-template-rows value 'repeat(auto-fit, [one] 20%)' | assert_equals: expected "[one] 120px [one] 0px [one] 0px [one] 0px [one] 0px" but got "repeat(auto-fit, [one] 20%)" |
| FAIL | Property grid-template-rows value 'repeat(auto-fill, minmax(100px, 5fr) [two])' | assert_equals: expected "100px [two] 100px [two] 100px [two] 100px [two] 100px [two] 100px [two]" but got "repeat(auto-fill, minmax(100px, 5fr) [two])" |
| FAIL | Property grid-template-rows value 'repeat(auto-fit, [three] minmax(max-content, 6em) [four])' | assert_equals: expected "[three] 240px [four three] 0px [four]" but got "repeat(auto-fit, [three] minmax(max-content, 240px) [four])" |
| FAIL | Property grid-template-rows value '[one] repeat(2, minmax(50px, auto)) [two] 30px [three] repeat(auto-fill, 10px) 40px [four five] repeat(2, minmax(200px, auto)) [six]' | assert_equals: expected "[one] 50px 50px [two] 30px [three] 10px 10px 10px 40px [four five] 200px 200px [six]" but got "[one] repeat(2, minmax(50px, auto)) [two] 30px [three] repeat(auto-fill, 10px) 4… |
bundle built 2026-07-16T07:16:48.063Z