| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 PASS element.style.justifyItems is "legacy center" | 46 PASS element.style.justifyItems is "legacy center" |
| 47 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" | 47 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" |
| 48 PASS element.style.justifyItems is "legacy left" | 48 PASS element.style.justifyItems is "legacy left" |
| 49 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy left" | 49 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy left" |
| 50 PASS element.style.justifyItems is "auto" | 50 PASS element.style.justifyItems is "auto" |
| 51 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
start" | 51 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
start" |
| 52 PASS element.style.justifyItems is "auto" | 52 PASS element.style.justifyItems is "auto" |
| 53 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
stretch" | 53 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
stretch" |
| 54 PASS element.style.justifyItems is "auto" | 54 PASS element.style.justifyItems is "auto" |
| 55 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
stretch" | 55 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
stretch" |
| 56 PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'stretch
' | |
| 57 PASS element.style.justifyItems is 'auto' | |
| 58 PASS element.style.justifyItems is "self-end" | 56 PASS element.style.justifyItems is "self-end" |
| 59 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
self-end" | 57 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
self-end" |
| 60 | 58 |
| 61 Test bad combinations of justify-items | 59 Test bad combinations of justify-items |
| 62 PASS element.style.justifyItems is "" | 60 PASS element.style.justifyItems is "" |
| 63 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
start" | 61 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
start" |
| 64 PASS element.style.justifyItems is "" | 62 PASS element.style.justifyItems is "" |
| 65 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
start" | 63 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
start" |
| 66 PASS element.style.justifyItems is "" | 64 PASS element.style.justifyItems is "" |
| 67 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
start" | 65 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
start" |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 PASS element.style.justifyItems is "" | 148 PASS element.style.justifyItems is "" |
| 151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" | 149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy center" |
| 152 PASS element.style.justifyItems is "legacy right" | 150 PASS element.style.justifyItems is "legacy right" |
| 153 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy right" | 151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy right" |
| 154 PASS element.style.justifyItems is "" | 152 PASS element.style.justifyItems is "" |
| 155 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy right" | 153 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "
legacy right" |
| 156 PASS successfullyParsed is true | 154 PASS successfullyParsed is true |
| 157 | 155 |
| 158 TEST COMPLETE | 156 TEST COMPLETE |
| 159 | 157 |
| OLD | NEW |