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

Side by Side Diff: LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
OLDNEW
(Empty)
1 <svg:svg xmlns:svg="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink">
3 <svg:script>
4 if (window.testRunner)
5 testRunner.dumpDOMAsWebArchive();
6 </svg:script>
7 <svg:image xlink:href="resources/green-checker.png" width="100" height="100" / >
8 </svg:svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698