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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/custom/fill-fallback-none-3-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/fill-fallback-none-3.html
diff --git a/LayoutTests/svg/custom/fill-fallback-none-3.html b/LayoutTests/svg/custom/fill-fallback-none-3.html
new file mode 100644
index 0000000000000000000000000000000000000000..3907898919be23254a85054d2c43eaabceb9f86a
--- /dev/null
+++ b/LayoutTests/svg/custom/fill-fallback-none-3.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<svg width="100" height="100" fill="red">
+ <linearGradient id="working">
+ <stop stop-color="green"/>
+ </linearGradient>
+ <rect width="100" height="100" fill="green"/>
+ <rect width="100" height="100" fill="url(#broken) none" stroke="url(#working)" stroke-width="0"/>
+</svg>
« 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