| OLD | NEW |
| 1 This test checks that grid-area is properly parsed and stored internally. | 1 This test checks that grid-area is properly parsed and stored internally. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Test getting grid-area set through CSS | 6 Test getting grid-area set through CSS |
| 7 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "1" | 7 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "1" |
| 8 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au
to" | 8 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au
to" |
| 9 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" | 9 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" |
| 10 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" | 10 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" | 77 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" |
| 78 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" | 78 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" |
| 79 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "auto" | 79 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "auto" |
| 80 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au
to" | 80 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au
to" |
| 81 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" | 81 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" |
| 82 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" | 82 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" |
| 83 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "auto" | 83 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "auto" |
| 84 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au
to" | 84 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au
to" |
| 85 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" | 85 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" |
| 86 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" | 86 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" |
| 87 PASS successfullyParsed is true |
| 87 | 88 |
| 89 TEST COMPLETE |
| 90 |
| OLD | NEW |