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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/media/svg-as-image-with-media-blocked-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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>
OLDNEW
« 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