summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/layers/clip-rects-transformed-2.html
blob: 54a594fa69c60df4159289a3b98a53a8257102b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>
    Test 2/2 for <i><a href="rdar://problem/7398987">rdar://problem/7398987</a>
    Assertion failure in Layer::updateClipRects when a plugin&rsquo;s
    enclosing layer is enclosed by a transformed layer</i>.
</p>
<p>
    This test should not cause an assertion faliure.
</p>
<div style="transform: translateZ(0); position: absolute;"></div>
<div style="opacity: 0.9">
    <div style="position: absolute;">
        <embed type="application/x-blink-test-plugin">
    </div>
</div>