Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / transforms / inline-transform-and-clipping-roots.html
blob572ff8d65a74df7d9bca490534de680b4fb95919
1 <!DOCTYPE html>
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>
9 </div>
10 </div>
11 </div>