I'm experiencing a strange issue with -webkit-transform. If I use perspective and rotateX to make an element "flip up", if the element is tall enough, it flickers or does not render at all past a certain angle.
I've set up a jsFiddle demo which illustrates the problem. Move the mouse left and right to rotate the rectangle.
When the element is 400px tall, everything seems to work fine.
Click on "4000" to make the element 4000px tall. The text stops updating in a certain range and rendering is flickery.
- Click on "40000" to make the element 40000px tall. It renders fine at small angles, but disappears entirely at about 80 degrees.
What's going on here? Is there a workaround or should I be filing a WebKit bug?
(Note: I see this behavior in both Safari and Chrome on OS X.)