Z order test 2

This test moves the element .far "into" the screen by translating it along the z-axis and applies a "null" transform (translateZ(0)) to the .near element. Test passes if .far (coloured red) is rendered behind .near (coloured green).

Example