| OLD | NEW |
| 1 This test checks that the justify-content property is applied correctly when usi
ng content-position values. | 1 This test checks that the justify-content property is applied correctly when usi
ng content-position values. |
| 2 | 2 |
| 3 direction: LTR | justify-content: 'center' | 3 direction: LTR | justify-content: 'center' |
| 4 | 4 |
| 5 PASS | 5 PASS |
| 6 direction: LTR | justify-content: 'left' | 6 direction: LTR | justify-content: 'left' |
| 7 | 7 |
| 8 PASS | 8 PASS |
| 9 direction: LTR | justify-content: 'right' | 9 direction: LTR | justify-content: 'right' |
| 10 | 10 |
| 11 PASS | 11 PASS |
| 12 direction: LTR | justify-content: 'start' | 12 direction: LTR | justify-content: 'start' |
| 13 | 13 |
| 14 PASS | 14 PASS |
| 15 direction: LTR | justify-content: 'end' | 15 direction: LTR | justify-content: 'end' |
| 16 | 16 |
| 17 PASS | 17 PASS |
| 18 direction: LTR | justify-content: 'flex-start' | 18 direction: LTR | justify-content: 'flex-start' |
| 19 | 19 |
| 20 PASS | 20 PASS |
| 21 direction: LTR | justify-content: 'flex-end' | 21 direction: LTR | justify-content: 'flex-end' |
| 22 | 22 |
| 23 PASS | 23 PASS |
| 24 direction: LTR | justify-content: 'space-between' (fallback to 'start') | |
| 25 | |
| 26 PASS | |
| 27 direction: LTR | justify-content: 'space-around' (fallback to 'center') | |
| 28 | |
| 29 PASS | |
| 30 direction: LTR | justify-content: 'space-evenly' (fallback to 'center') | |
| 31 | |
| 32 PASS | |
| 33 direction: LTR | justify-content: 'stretch' (fallback to start) | |
| 34 | |
| 35 PASS | |
| 36 direction: LTR | justify-content: space-between left (fallback to left) | |
| 37 | |
| 38 PASS | |
| 39 direction: LTR | justify-content: 'space-around end' (fallback to end) | |
| 40 | |
| 41 PASS | |
| 42 direction: LTR | justify-content: 'space-evenly right' (fallback to 'right') | |
| 43 | |
| 44 PASS | |
| 45 direction: LTR | justify-content: 'stretch end' (fallback to 'end') | |
| 46 | |
| 47 PASS | |
| 48 direction: LTR | justify-content: 'auto' (resolved to 'start') | 24 direction: LTR | justify-content: 'auto' (resolved to 'start') |
| 49 | 25 |
| 50 PASS | 26 PASS |
| 51 direction: RTL | justify-content: 'center' | 27 direction: RTL | justify-content: 'center' |
| 52 | 28 |
| 53 PASS | 29 PASS |
| 54 direction: RTL | justify-content: 'left' | 30 direction: RTL | justify-content: 'left' |
| 55 | 31 |
| 56 PASS | 32 PASS |
| 57 direction: RTL | justify-content: 'right' | 33 direction: RTL | justify-content: 'right' |
| 58 | 34 |
| 59 PASS | 35 PASS |
| 60 direction: RTL | justify-content: 'start' | 36 direction: RTL | justify-content: 'start' |
| 61 | 37 |
| 62 PASS | 38 PASS |
| 63 direction: RTL | justify-content: 'end' | 39 direction: RTL | justify-content: 'end' |
| 64 | 40 |
| 65 PASS | 41 PASS |
| OLD | NEW |