Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / css / positioned-overflow-scroll.html
blob8758f4ccb77a4e2585fc1430278d2c3c29469456
1 <html>
2 <head>
3 <style>
4 div {
5 overflow:scroll;
6 position:absolute;
9 .box {
10 display:block;
11 background-color:green;
12 width:100px;
13 height:100px;
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>