tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / positioned-overflow-scroll.html
1 <html>
2 <head>
3 <style>
4 div {
5   overflow:scroll;
6   position:absolute;
7 }
8
9 .box {
10   display:block;
11   background-color:green;
12   width:100px;
13   height:100px;
14 }
15 </style>
16 </head>
17 <body>
18 <div style="left:20px"><span class="box"></span></div>
19 <div style="display: -webkit-box; left:140px"><span class="box"></span></div>
20