[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / inline / absolute-positioned-block-in-centred-block.html
1 <html>
2 <head>
3 <!--An absolute positioned block should not obey the alignment of its parent block.
4     The blue block should be 150 pixels off the left of the page.
5     https://bugs.webkit.org/show_bug.cgi?id=4860-->
6 </head>
7 <body>
8 <div align="center">
9 <div style="position:absolute; bottom:10px; width:200px; height:50px; margin-left:-150px; background:blue;"></div>
10 </div>
11
12 </body></html>