2 Test that clipping is properly calculated when inline transforms cause a clipping root with a different position to be used. The green box should be visible.
3 <div style=
"transform: translateZ(0)"></div>
5 <div style=
"position: relative; z-index: 1; top: 50px;">
6 <div style=
"overflow: hidden;">
7 <div style=
"position: relative;">
8 <div style=
"height:50px; background-color:green;"></div>