| OLD | NEW |
| 1 Test that setting and getting justify-items works as expected | 1 Test that setting and getting justify-items works as expected |
| 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 justify-items set through CSS | 6 Test getting justify-items set through CSS |
| 7 PASS getComputedStyle(justifyItemsBaseline, '').getPropertyValue('justify-items'
) is 'baseline' | 7 PASS getComputedStyle(justifyItemsBaseline, '').getPropertyValue('justify-items'
) is 'baseline' |
| 8 PASS getComputedStyle(justifyItemsLastBaseline, '').getPropertyValue('justify-it
ems') is 'last-baseline' | 8 PASS getComputedStyle(justifyItemsLastBaseline, '').getPropertyValue('justify-it
ems') is 'last-baseline' |
| 9 PASS getComputedStyle(justifyItemsStretch, '').getPropertyValue('justify-items')
is 'stretch' | 9 PASS getComputedStyle(justifyItemsStretch, '').getPropertyValue('justify-items')
is 'stretch' |
| 10 PASS getComputedStyle(justifyItemsStart, '').getPropertyValue('justify-items') i
s 'start' | 10 PASS getComputedStyle(justifyItemsStart, '').getPropertyValue('justify-items') i
s 'start' |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
left safe" | 135 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
left safe" |
| 136 PASS element.style.justifyItems is "legacy center" | 136 PASS element.style.justifyItems is "legacy center" |
| 137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" | 137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" |
| 138 PASS element.style.justifyItems is "inherit" | 138 PASS element.style.justifyItems is "inherit" |
| 139 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" | 139 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" |
| 140 | 140 |
| 141 Test the value 'legacy' | 141 Test the value 'legacy' |
| 142 PASS element.style.justifyItems is "legacy left" | 142 PASS element.style.justifyItems is "legacy left" |
| 143 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy left" | 143 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy left" |
| 144 PASS element.style.justifyItems is "" | 144 PASS element.style.justifyItems is "" |
| 145 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy left" | 145 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
left" |
| 146 PASS element.style.justifyItems is "legacy center" | 146 PASS element.style.justifyItems is "legacy center" |
| 147 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" | 147 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" |
| 148 PASS element.style.justifyItems is "" | 148 PASS element.style.justifyItems is "" |
| 149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" | 149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
center" |
| 150 PASS element.style.justifyItems is "legacy right" | 150 PASS element.style.justifyItems is "legacy right" |
| 151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy right" | 151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy right" |
| 152 PASS element.style.justifyItems is "" | 152 PASS element.style.justifyItems is "" |
| 153 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy right" | 153 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
right" |
| 154 PASS successfullyParsed is true | 154 PASS successfullyParsed is true |
| 155 | 155 |
| 156 TEST COMPLETE | 156 TEST COMPLETE |
| 157 | 157 |
| OLD | NEW |