blob: a432364adf5e8695812c8c9cb7d88de247158908 [file] [log] [blame]
This test checks that align-self and justify-self properties are not applied when there is auto-margin in the corresponding axis. Instead, auto-margin alignment should be applied.
Direction: LTR | Self Alignment: center | fixed size items | 1 auto-margin
Direction: LTR | Self Alignment: start | fixed size items | 4 auto-margin
Direction: LTR | Self Alignment: center | auto size items | 1 auto-margin
Direction: LTR | Self Alignment: start | auto size items | 4 auto-margin
Direction: RTL | Self Alignment: center | fixed size items | 1 auto-margin
Direction: RTL | Self Alignment: start | fixed size items | 4 auto-margin
Direction: RTL | Self Alignment: center | auto size items | 1 auto-margin
Direction: RTL | Self Alignment: start | auto size items | 4 auto-margin
PASS .grid 1
PASS .grid 2
PASS .grid 3
PASS .grid 4
PASS .grid 5
PASS .grid 6
PASS .grid 7
PASS .grid 8