Tizen 2.1 base
[framework/web/webkit-efl.git] / LayoutTests / fast / layers / zindex-ridonkulous.html
1 <html>
2 <head>
3 <style>
4 body { margin: 0 }
5 div { width: 100%; height:100%; }
6 .div1 { background-color: green; position: absolute; z-index: 21233443232232 }
7 .div2 { background-color: red; position:absolute; z-index: 10 }
8 </style>
9 </head>
10 <body>
11 <div class="div1"></div>
12 <div class="div2"></div>
13