haikuwebkit/LayoutTests/fast/layers/clip-rects-transformed-2.html

19 lines
582 B
HTML

<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 RenderLayer::updateClipRects when a plug-in&rsquo;s
enclosing layer is enclosed by a transformed layer</i>.
</p>
<p>
This test should not cause an assertion faliure.
</p>
<div style="-webkit-transform: translateZ(0); position: absolute;"></div>
<div style="opacity: 0.9">
<div style="position: absolute;">
<embed type="application/x-webkit-test-netscape">
</div>
</div>