Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / svg-as-image-with-media-blocked.html
blobae1a196933800b6257ffb6ce7a01595203d17aba
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.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>