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

Side by Side Diff: LayoutTests/svg/custom/fill-fallback-none-3.html

Issue 577283003: Simplify fallback-handling for SVG_PAINTTYPE_URI_* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/svg/custom/fill-fallback-none-3-expected.html » ('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 <!DOCTYPE html>
2 <svg width="100" height="100" fill="red">
3 <linearGradient id="working">
4 <stop stop-color="green"/>
5 </linearGradient>
6 <rect width="100" height="100" fill="green"/>
7 <rect width="100" height="100" fill="url(#broken) none" stroke="url(#working)" stroke-width="0"/>
8 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/fill-fallback-none-3-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698