Z order test 2 (transposed DOM)

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).

This test is identical to zorder-1c.html except that the .near and .far elements have been transposed in the DOM tree.

NOTE: I'm not 100% if this test should pass or fail in its current state - the spec is ambiguous

Example