upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / media / svg-as-image-with-media-blocked.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController)
5     layoutTestController.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <p>
10 This test attempts to load foreignObject audio and video embedded in an SVG 
11 file loaded as the src attribute of an img element. If successful, none of 
12 these files will load and a green rectangle will be visible below this text. 
13 If unsuccessful, the browser will crash while attempting to load the media.
14 </p>
15 <img src='resources/foreignobject-media.svg'>
16 </body>
17 </html>