/css/css-grid/parsing/grid-template-rows-computed-implicit-track.html| status | subtest | message |
|---|---|---|
| FAIL | Property grid-template-rows value 'none' computes to '10px' | assert_equals: expected "10px" but got "none" |
| FAIL | Property grid-template-rows value '1px' computes to '10px 1px' | assert_equals: expected "10px 1px" but got "1px" |
| FAIL | Property grid-template-rows value '1px [a]' computes to '10px 1px [a]' | assert_equals: expected "10px 1px [a]" but got "1px [a]" |
| FAIL | Property grid-template-rows value '1px [a] 2px' computes to '10px 1px [a] 2px' | assert_equals: expected "10px 1px [a] 2px" but got "1px [a] 2px" |
| FAIL | Property grid-template-rows value '[a] 1px' computes to '10px [a] 1px' | assert_equals: expected "10px [a] 1px" but got "[a] 1px" |
| FAIL | Property grid-template-rows value '[a] 1px [b]' computes to '10px [a] 1px [b]' | assert_equals: expected "10px [a] 1px [b]" but got "[a] 1px [b]" |
| FAIL | Property grid-template-rows value '1px repeat(1, 2px) 3px' computes to '10px 1px 2px 3px' | assert_equals: expected "10px 1px 2px 3px" but got "1px repeat(1, 2px) 3px" |
| FAIL | Property grid-template-rows value '1px repeat(auto-fill, 2px) 3px' computes to '10px 1px 2px 3px' | assert_equals: expected "10px 1px 2px 3px" but got "1px repeat(auto-fill, 2px) 3px" |
| FAIL | Property grid-template-rows value '1px repeat(auto-fit, 2px) 3px' computes to '10px 1px 0px 3px' | assert_equals: expected "10px 1px 0px 3px" but got "1px repeat(auto-fit, 2px) 3px" |
| FAIL | Property grid-template-rows value '1px [a] repeat(1, 2px 3px) [b] 4px' computes to '10px 1px [a] 2px 3px [b] 4px' | assert_equals: expected "10px 1px [a] 2px 3px [b] 4px" but got "1px [a] repeat(1, 2px 3px) [b] 4px" |
| FAIL | Property grid-template-rows value '1px [a] repeat(auto-fill, 2px 3px) [b] 4px' computes to '10px 1px [a] 2px 3px [b] 4px' | assert_equals: expected "10px 1px [a] 2px 3px [b] 4px" but got "1px [a] repeat(auto-fill, 2px 3px) [b] 4px" |
| FAIL | Property grid-template-rows value '1px [a] repeat(auto-fit, 2px 3px) [b] 4px' computes to '10px 1px [a] 0px 0px [b] 4px' | assert_equals: expected "10px 1px [a] 0px 0px [b] 4px" but got "1px [a] repeat(auto-fit, 2px 3px) [b] 4px" |
| FAIL | Property grid-template-rows value '1px [a] repeat(1, [b] 2px [c]) [d] 3px' computes to '10px 1px [a b] 2px [c d] 3px' | assert_equals: expected "10px 1px [a b] 2px [c d] 3px" but got "1px [a] repeat(1, [b] 2px [c]) [d] 3px" |
| FAIL | Property grid-template-rows value '1px [a] repeat(auto-fill, [b] 2px [c]) [d] 3px' computes to '10px 1px [a b] 2px [c d] 3px' | assert_equals: expected "10px 1px [a b] 2px [c d] 3px" but got "1px [a] repeat(auto-fill, [b] 2px [c]) [d] 3px" |
| FAIL | Property grid-template-rows value '1px [a] repeat(auto-fit, [b] 2px [c]) [d] 3px' computes to '10px 1px [a b] 0px [c d] 3px' | assert_equals: expected "10px 1px [a b] 0px [c d] 3px" but got "1px [a] repeat(auto-fit, [b] 2px [c]) [d] 3px" |
| FAIL | Property grid-template-rows value '[a] 1px repeat(1, 2px [b] 3px) 4px [d]' computes to '10px [a] 1px 2px [b] 3px 4px [d]' | assert_equals: expected "10px [a] 1px 2px [b] 3px 4px [d]" but got "[a] 1px repeat(1, 2px [b] 3px) 4px [d]" |
| FAIL | Property grid-template-rows value '[a] 1px repeat(auto-fill, 2px [b] 3px) 4px [d]' computes to '10px [a] 1px 2px [b] 3px 4px [d]' | assert_equals: expected "10px [a] 1px 2px [b] 3px 4px [d]" but got "[a] 1px repeat(auto-fill, 2px [b] 3px) 4px [d]" |
| FAIL | Property grid-template-rows value '[a] 1px repeat(auto-fit, 2px [b] 3px) 4px [d]' computes to '10px [a] 1px 0px [b] 0px 4px [d]' | assert_equals: expected "10px [a] 1px 0px [b] 0px 4px [d]" but got "[a] 1px repeat(auto-fit, 2px [b] 3px) 4px [d]" |
| FAIL | Property grid-template-rows value '100% [a] repeat(1, [b] 200% [c]) [d] 300%' computes to '10px 1px [a b] 2px [c d] 3px' | assert_equals: expected "10px 1px [a b] 2px [c d] 3px" but got "100% [a] repeat(1, [b] 200% [c]) [d] 300%" |
| FAIL | Property grid-template-rows value '100% [a] repeat(auto-fill, [b] 200% [c]) [d] 300%' computes to '10px 1px [a b] 2px [c d] 3px' | assert_equals: expected "10px 1px [a b] 2px [c d] 3px" but got "100% [a] repeat(auto-fill, [b] 200% [c]) [d] 300%" |
| FAIL | Property grid-template-rows value '100% [a] repeat(auto-fit, [b] 200% [c]) [d] 300%' computes to '10px 1px [a b] 0px [c d] 3px' | assert_equals: expected "10px 1px [a b] 0px [c d] 3px" but got "100% [a] repeat(auto-fit, [b] 200% [c]) [d] 300%" |
| FAIL | Property grid-template-rows value '[a] 1em repeat(1, 2em [b] 3em) 4em [d]' computes to '10px [a] 1px 2px [b] 3px 4px [d]' | assert_equals: expected "10px [a] 1px 2px [b] 3px 4px [d]" but got "[a] 1px repeat(1, 2px [b] 3px) 4px [d]" |
| FAIL | Property grid-template-rows value '[a] 1em repeat(auto-fill, 2em [b] 3em) 4em [d]' computes to '10px [a] 1px 2px [b] 3px 4px [d]' | assert_equals: expected "10px [a] 1px 2px [b] 3px 4px [d]" but got "[a] 1px repeat(auto-fill, 2px [b] 3px) 4px [d]" |
| FAIL | Property grid-template-rows value '[a] 1em repeat(auto-fit, 2em [b] 3em) 4em [d]' computes to '10px [a] 1px 0px [b] 0px 4px [d]' | assert_equals: expected "10px [a] 1px 0px [b] 0px 4px [d]" but got "[a] 1px repeat(auto-fit, 2px [b] 3px) 4px [d]" |
bundle built 2026-07-16T07:16:48.063Z