[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / plugins / object-clipping.html
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5     <title>clipping objects</title>
6     <style type="text/css" media="screen">
7         object {
8             margin: 30px;
9             border: 20px solid green;
10         }
11     </style>
12 </head>
13 <body>
14     <p>You should see a clipped video surrounded by a thick green border.</p>
15     <p><a href="https://bugs.webkit.org/show_bug.cgi?id=35555">https://bugs.webkit.org/show_bug.cgi?id=35555</a></p>
16     <object type="video/quicktime" data="../../../../LayoutTests/media/content/test.mp4" width="200" height="150">
17         <param value="false" name="autoplay">
18         <param value="false" name="controller">
19     </object>
20
21 </body>
22 </html>