blob: f7c90e120af901b6b471de05b52d0688bbdd8408 [file] [log] [blame]
<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>