Exercises -webkit-box with various box-pack settings when rtl. In all cases the order of letters in the boxes should be alphabetized left to right.

Start. Boxes should be aligned to right side.

B
A

Centered. Boxes should be centered.

B
A

End. Boxes should be aligned to left side.

B
A

Start, content too big. Boxes should start at left edge and extend outside border.

A
B
C
D

Center, content too big. Boxes should start at left edge and extend outside border.

A
B
C
D

End, content too big. Boxes should start at left edge and extend outside border.

A
B
C
D