[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / details-inline.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <style>
6 </style>
7 <body>
8 <div>
9 <details open><summary style="background-color: gray; display:inline;">This summary should be like<br>inline-block</summary>, so following text should be in same line.</details>
10 </div>
11 <div>
12 <details style="background-color: gray; display:inline;" open>This should be like<br>inline-block too</details>, and here is should-follow text.
13 </div>
14 </body>
15 </html>