chromium/third_party/blink/web_tests/fast/layers/clip-rects-transformed-2.html

<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></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-webkit-test-webplugin">
    </div>
</div>
<script>
test(() => {}, 'passes if no crash');
</script>