[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / object-image-nested-fallback.html
1 <html>
2     <script>
3         if (window.layoutTestController)
4             layoutTestController.dumpAsText();
5     </script>
6     <body> 
7         <object type="image/png" data="this.object.does.not.exist.dtd">
8             <object type="image/png" data="this.object.does.not.exist.dtd">
9                 <object type="image/png" data="this.object.does.not.exist.dtd">PASS when no crash occurs.</object>
10             </object>
11         </object>
12     </body>
13 </html>