blob: 34870cc52fec4dbe16e718dcb6180a8cbd1c4126 [file] [log] [blame]
PASS 'emptyGrid' with: grid-template-columns: repeat(1, auto); and grid-template-rows: repeat(1, auto);
PASS 'grid' with: grid-template-columns: repeat(1, auto); and grid-template-rows: repeat(1, auto);
PASS 'emptyGrid' with: grid-template-columns: repeat(2, auto); and grid-template-rows: repeat(2, auto);
PASS 'grid' with: grid-template-columns: repeat(2, auto); and grid-template-rows: repeat(2, auto);
PASS 'emptyGrid' with: grid-template-columns: repeat(2, minmax(50px, calc(50px + 50%))); and grid-template-rows: repeat(2, minmax(50px, calc(50px + 50%)));
PASS 'grid' with: grid-template-columns: repeat(2, minmax(50px, calc(50px + 50%))); and grid-template-rows: repeat(2, minmax(50px, calc(50px + 50%)));
PASS 'emptyGrid' with: grid-template-columns: repeat(5, 10%); and grid-template-rows: repeat(5, 10%);
PASS 'grid' with: grid-template-columns: repeat(5, 10%); and grid-template-rows: repeat(5, 10%);
PASS 'emptyGrid' with: grid-template-columns: max-content repeat(2, 25%) 1fr; and grid-template-rows: 100px repeat(2, 25%) 1fr;
PASS 'grid' with: grid-template-columns: max-content repeat(2, 25%) 1fr; and grid-template-rows: max-content repeat(2, 25%) 1fr;
PASS 'emptyGrid' with: grid-template-columns: repeat(2, min-content 50px); and grid-template-rows: repeat(2, min-content 50px);
PASS 'grid' with: grid-template-columns: repeat(2, min-content 50px); and grid-template-rows: repeat(2, min-content 50px);
PASS 'emptyGrid' with: 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' with: 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 'emptyGrid' with: grid-template-columns: [a] repeat(2, auto [b] 100px) [c]; and grid-template-rows: [a] repeat(2, auto [b] 100px) [c];
PASS 'grid' with: grid-template-columns: [a] repeat(2, auto [b] 100px) [c]; and grid-template-rows: [a] repeat(2, auto [b] 100px) [c];
PASS 'emptyGrid' with: grid-template-columns: [a] auto repeat(2, [b] 100px) [c]; and grid-template-rows: [a] auto repeat(2, [b] 100px) [c];
PASS 'grid' with: grid-template-columns: [a] auto repeat(2, [b] 100px) [c]; and grid-template-rows: [a] auto repeat(2, [b] 100px) [c];
PASS 'emptyGrid' with: grid-template-columns: [a] repeat(2, auto [b]) 100px [c]; and grid-template-rows: [a] repeat(2, auto [b]) 100px [c];
PASS 'grid' with: grid-template-columns: [a] repeat(2, auto [b]) 100px [c]; and grid-template-rows: [a] repeat(2, auto [b]) 100px [c];
PASS 'emptyGrid' with: grid-template-columns: [a] repeat(2, [b] 100px); and grid-template-rows: [a] repeat(2, [b] 100px);
PASS 'grid' with: grid-template-columns: [a] repeat(2, [b] 100px); and grid-template-rows: [a] repeat(2, [b] 100px);
PASS 'emptyGrid' with: grid-template-columns: [a] repeat(2, [b] auto [c]) [d]; and grid-template-rows: [a] repeat(2, [b] auto [c]) [d];
PASS 'grid' with: grid-template-columns: [a] repeat(2, [b] auto [c]) [d]; and grid-template-rows: [a] repeat(2, [b] auto [c]) [d];
PASS 'emptyGrid' with: grid-template-columns: [a] min-content repeat(2, [b] 1fr [c] calc(20px + 10%)) [d] minmax(30em, 50em) [e]; and grid-template-rows: [z] min-content repeat(2, [y] 1fr [x] calc(10% + 40px)) [w] minmax(3em, 5em) [v];
PASS 'grid' with: grid-template-columns: [a] min-content repeat(2, [b] 1fr [c] calc(20px + 10%)) [d] minmax(30em, 50em) [e]; and grid-template-rows: [z] min-content repeat(2, [y] 1fr [x] calc(10% + 40px)) [w] minmax(3em, 5em) [v];
PASS 'emptyGrid' with: grid-template-columns: repeat(-1, auto); and grid-template-rows: repeat(-1, auto);
PASS 'grid' with: grid-template-columns: repeat(-1, auto); and grid-template-rows: repeat(-1, auto);
PASS 'emptyGrid' with: grid-template-columns: repeat(auto, 2); and grid-template-rows: repeat(auto, 2);
PASS 'grid' with: grid-template-columns: repeat(auto, 2); and grid-template-rows: repeat(auto, 2);
PASS 'emptyGrid' with: grid-template-columns: repeat 2, auto; and grid-template-rows: repeat 2, auto;
PASS 'grid' with: grid-template-columns: repeat 2, auto; and grid-template-rows: repeat 2, auto;
PASS 'emptyGrid' with: grid-template-columns: repeat(2 auto); and grid-template-rows: repeat(2 auto);
PASS 'grid' with: grid-template-columns: repeat(2 auto); and grid-template-rows: repeat(2 auto);
PASS 'emptyGrid' with: grid-template-columns: 100px (repeat 2, auto); and grid-template-rows: (repeat 2, auto);
PASS 'grid' with: grid-template-columns: 100px (repeat 2, auto); and grid-template-rows: (repeat 2, auto);
PASS 'emptyGrid' with: grid-template-columns: repeat(2, 50px repeat(2, 100px)); and grid-template-rows: repeat(2, 50px repeat(2, 100px));
PASS 'grid' with: grid-template-columns: repeat(2, 50px repeat(2, 100px)); and grid-template-rows: repeat(2, 50px repeat(2, 100px));
PASS 'emptyGrid' with: grid-template-columns: 100px repeat(2, [a]); and grid-template-rows: 100px repeat(2, [a]);
PASS 'grid' with: grid-template-columns: 100px repeat(2, [a]); and grid-template-rows: 100px repeat(2, [a]);
GRID ITEM