Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: LayoutTests/media/svg-as-image-with-media-blocked.html

Issue 1696004: Merge 57922 - 20100420 Justin Schuh <jschuh@chromium.org>... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/WebKit/375/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/media/svg-as-image-with-media-blocked-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/media/svg-as-image-with-media-blocked-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698