tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / find-next-layer.html
1 <html>
2 <head>
3     <title></title>
4 </head>
5 <body onload="document.getElementById('t').style.display = 'block'">
6     <p>
7         Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9124">http://bugzilla.opendarwin.org/show_bug.cgi?id=9124</a>
8         Drop shadow obscures "add more stuff" bubble at live.com</i>.
9     </p>
10     <hr>
11     <div style="position: relative;">
12         <div id="t" style="display: none; position:absolute; background:red; width: 100px; height: 100px;"></div>
13         <div style="background:green; position:absolute; width: 100px; height: 100px;">
14             <div style="position:relative;"></div>
15         </div>
16     </div>
17 </body>
18 </html>