chromium/third_party/blink/web_tests/fast/css/find-next-layer.html

<html>
<head>
    <title></title>
</head>
<body onload="document.getElementById('t').style.display = 'block'">
    <p>
        Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9124">http://bugzilla.opendarwin.org/show_bug.cgi?id=9124</a>
        Drop shadow obscures "add more stuff" bubble at live.com</i>.
    </p>
    <hr>
    <div style="position: relative;">
        <div id="t" style="display: none; position:absolute; background:red; width: 100px; height: 100px;"></div>
        <div style="background:green; position:absolute; width: 100px; height: 100px;">
            <div style="position:relative;"></div>
        </div>
    </div>
</body>
</html>