[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / css-generated-content / visibleContentHiddenParent.html
1 <html>
2 <head>
3 <style>
4     .linkAddComment {visibility:hidden;} 
5     .linkAddComment:before {content:"This test passes if it does not crash, and this text appears."; visibility:visible;}
6 </style>
7 </head>
8 <body>
9 <a class="linkAddComment">But it fails if this text appears.</a>
10 </body>
11 </html>