| This test checks that the justify-content property is applied correctly in vertical-RL grids. |
| |
| direction: LTR | justify-content: 'center' |
| |
| PASS |
| direction: LTR | justify-content: 'left' |
| |
| PASS |
| direction: LTR | justify-content: 'right' |
| |
| PASS |
| direction: LTR | justify-content: 'start' |
| |
| PASS |
| direction: LTR | justify-content: 'end' |
| |
| PASS |
| direction: RTL | justify-content: 'center' |
| |
| PASS |
| direction: RTL | justify-content: 'left' |
| |
| PASS |
| direction: RTL | justify-content: 'right' |
| |
| PASS |
| direction: RTL | justify-content: 'start' |
| |
| PASS |
| direction: RTL | justify-content: 'end' |
| |
| PASS |