Test passes if:
1. the rectangle 1, 2, 3 show up in a row in a red rectangle.
2. No gap between the left edge of red rectangle and the left of rectangle 1, no gap between the right edge of red rectangle and the right of rectangle 3 too, and rectangle 2 is distributed so that the empty space between rectangle 1 and rectangle 3 is the same.
3. the height of the 1, 2, 3 is the same as the height of the red rectangle.

1
2
3