blob: 14328f10ee4c03b01f5f6e326bb763042b6450d7 [file] [log] [blame]
mitz@apple.com53dcbed2009-11-19 06:17:07 +00001<script>
rniwa@webkit.org03b9c6d2012-07-16 01:41:53 +00002 if (window.testRunner)
3 testRunner.dumpAsText();
mitz@apple.com53dcbed2009-11-19 06:17:07 +00004</script>
5<p>
6 Test 1/2 for <i><a href="rdar://problem/7398987">rdar://problem/7398987</a>
7 Assertion failure in RenderLayer::updateClipRects when a plug-in&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="-webkit-transform: translateX(100px);">
14 <div style="position: absolute; overflow: hidden;">
15 <embed type="application/x-webkit-test-netscape">
16 </div>
17</div>