| Index: LayoutTests/media/svg-as-image-with-media-blocked.html
|
| ===================================================================
|
| --- LayoutTests/media/svg-as-image-with-media-blocked.html (revision 0)
|
| +++ LayoutTests/media/svg-as-image-with-media-blocked.html (revision 45140)
|
| @@ -0,0 +1,17 @@
|
| +<html>
|
| +<head>
|
| +<script>
|
| +if (window.layoutTestController)
|
| + layoutTestController.dumpAsText();
|
| +</script>
|
| +</head>
|
| +<body>
|
| +<p>
|
| +This test attempts to load foreignObject audio and video embedded in an SVG
|
| +file loaded as the src attribute of an img element. If successful, none of
|
| +these files will load and a green rectangle will be visible below this text.
|
| +If unsuccessful, the browser will crash while attempting to load the media.
|
| +</p>
|
| +<img src='resources/foreignobject-media.svg'>
|
| +</body>
|
| +</html>
|
|
|