Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / layers / clip-rects-transformed.html
bloba7e858bdcd9450937e4ed89350fb3117c6b038c0
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <p>
6 Test 1/2 for <i><a href="rdar://problem/7398987">rdar://problem/7398987</a>
7 Assertion failure in Layer::updateClipRects when a plugin&rsquo;s
8 enclosing layer is enclosed by a transformed layer</i>.
9 </p>
10 <p>
11 This test should not cause an assertion faliure.
12 </p>
13 <div style="transform: translateX(100px);">
14 <div style="position: absolute; overflow: hidden;">
15 <embed type="application/x-webkit-test-netscape">
16 </div>
17 </div>