[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / runin / generated-content-crash.html
1 <!DOCTYPE html>
2 <html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">
3 <!-- 'A' orange box should be inside the green box, which in turn is inside the purple box. -->
4 <body>
5 <style>
6 #div1:before {
7     display: run-in;
8     content: 'A';
9     color: orange;
10 }
11 </style>
12 <div id="div1" style="display: inline-block; border: 10px solid purple">
13 <div style="border: 10px solid green"></div>
14 </div>
15 </body>
16 </html>