blob: ad59ac2f5f6aaa3d788df8ee3abd2d1afd42a578 [file] [log] [blame]
PASS grid-template-columns: repeat(1, auto); and grid-template-rows: repeat(1, auto);
PASS grid-template-columns: repeat(2, auto); and grid-template-rows: repeat(2, auto);
PASS grid-template-columns: repeat(2, minmax(50px, calc(50% + 50px))); and grid-template-rows: repeat(2, minmax(50px, calc(50% + 50px)));
PASS grid-template-columns: repeat(5, 10%); and grid-template-rows: repeat(5, 10%);
PASS grid-template-columns: max-content repeat(2, 25%) 1fr; and grid-template-rows: max-content repeat(2, 25%) 1fr;
PASS grid-template-columns: repeat(2, min-content 50px); and grid-template-rows: repeat(2, min-content 50px);
PASS grid-template-columns: repeat(2, [a] minmax(50px, 100px) [b] 25em [c]); and grid-template-rows: repeat(2, [a] minmax(50px, 100px) [b] 25em [c]);
PASS grid-template-columns: [a] repeat(2, auto [b] 100px) [c]; and grid-template-rows: [a] repeat(2, auto [b] 100px) [c];
PASS grid-template-columns: [a] auto repeat(2, [b] 100px) [c]; and grid-template-rows: [a] auto repeat(2, [b] 100px) [c];
PASS grid-template-columns: [a] repeat(2, auto [b]) 100px [c]; and grid-template-rows: [a] repeat(2, auto [b]) 100px [c];
PASS grid-template-columns: [a] repeat(2, [b] 100px); and grid-template-rows: [a] repeat(2, [b] 100px);
PASS grid-template-columns: [a] repeat(2, [b] auto [c]) [d]; and grid-template-rows: [a] repeat(2, [b] auto [c]) [d];
PASS grid-template-columns: [a] min-content repeat(2, [b] 1fr [c] calc(10% + 20px)) [d] minmax(30em, 50em) [e]; and grid-template-rows: [a] min-content repeat(2, [b] 1fr [c] calc(10% + 20px)) [d] minmax(30em, 50em) [e];
PASS grid-template-columns: repeat(-1, auto); and grid-template-rows: repeat(-1, auto);
PASS grid-template-columns: repeat(auto, 2); and grid-template-rows: repeat(auto, 2);
PASS grid-template-columns: repeat 2, auto; and grid-template-rows: repeat 2, auto;
PASS grid-template-columns: repeat(2 auto); and grid-template-rows: repeat(2 auto);
PASS grid-template-columns: 100px (repeat 2, auto); and grid-template-rows: 100px (repeat 2, auto);
PASS grid-template-columns: repeat(2, 50px repeat(2, 100px)); and grid-template-rows: repeat(2, 50px repeat(2, 100px));
PASS grid-template-columns: 100px repeat(2, [a]); and grid-template-rows: 100px repeat(2, [a]);
GRID ITEM