<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<p>
Test 1/2 for <i><a href="rdar://problem/7398987">rdar://problem/7398987</a>
Assertion failure in Layer::updateClipRects when a plugin’s
enclosing layer is enclosed by a transformed layer</i>.
</p>
<p>
This test should not cause an assertion faliure.
</p>
<div style="transform: translateX(100px);">
<div style="position: absolute; overflow: hidden;">
<embed type="application/x-webkit-test-webplugin">
</div>
</div>
<script>
test(() => {}, 'passes if no crash');
</script>