| 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 12 matching lines...) Expand all Loading... |
| 23 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "span
1" | 23 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "span
1" |
| 24 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "10
" | 24 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "10
" |
| 25 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "-1" | 25 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "-1" |
| 26 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" | 26 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" |
| 27 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "-5" | 27 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "-5" |
| 28 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "sp
an 5" | 28 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "sp
an 5" |
| 29 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "span 8" | 29 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "span 8" |
| 30 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "9" | 30 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "9" |
| 31 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "first
Area" | 31 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "first
Area" |
| 32 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "sp
an 1" | 32 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "sp
an 1" |
| 33 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "nonExis
tent" | 33 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" |
| 34 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "1 fo
obar" | 34 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "1 fo
obar" |
| 35 | 35 |
| 36 Test getting and setting grid-area set through JS | 36 Test getting and setting grid-area set through JS |
| 37 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "-1" | 37 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "-1" |
| 38 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au
to" | 38 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au
to" |
| 39 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" | 39 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" |
| 40 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" | 40 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto
" |
| 41 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "-1" | 41 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "-1" |
| 42 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "sp
an 5" | 42 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "sp
an 5" |
| 43 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" | 43 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 87 |
| OLD | NEW |