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

Side by Side Diff: LayoutTests/svg/as-image/resources/link-xhtml.svg

Issue 22604008: Allow SVG images to not taint the canvas with drawImage/drawPattern (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase after r156375 Created 7 years, 4 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 <?xml version="1.0"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SV G-20010904/DTD/svg10.dtd">
3 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xhtml="http://www.w3.org/1999/xhtm l" viewBox="0 0 100 100">
4 <foreignObject width="100" height="100">
5 <style>a div { background-color: green; width: 100px; height: 100px } a: link div, a:visited div { background-color: red }</style>
6 <xhtml:a href="http://www.example.com/"><xhtml:div></xhtml:div></xhtml:a >
7 </foreignObject>
8 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-image/resources/link.svg ('k') | LayoutTests/svg/as-image/resources/svg-with-image-with-link.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698