Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / selection-rect.html
1 <html>
2 <head>
3     <style>
4         img { margin-left: 50px; width: 100px; height: 100px; background-color: rgb(255,0,0); }
5         img::selection { background-color: rgb(0,195,0); }
6     </style>
7 </head>
8 <body onload="getSelection().setBaseAndExtent(q, 0, q, 1)">
9     <div style="padding-top: 50px;">
10         <img id="q">
11     </div>
12 </body>
13 </html>