Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 PASS window.getComputedStyle(gridAutoAndAuto, '').getPropertyValue('grid-templat e-columns') is "30px 70px" | |
| 2 PASS window.getComputedStyle(gridAutoAndAuto, '').getPropertyValue('grid-templat e-rows') is "10px" | |
| 3 PASS window.getComputedStyle(gridFixedMaxContentAndFixedMaxContent, '').getPrope rtyValue('grid-template-columns') is "20px 80px" | |
| 4 PASS window.getComputedStyle(gridFixedMaxContentAndFixedMaxContent, '').getPrope rtyValue('grid-template-rows') is "10px" | |
| 5 PASS successfullyParsed is true | |
| 6 | |
| 7 TEST COMPLETE | |
| 8 X X | |
| 9 XXXXXX XXX | |
| 10 XX | |
| 11 XXXX X XXX | |
| OLD | NEW |