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

Unified Diff: LayoutTests/svg/custom/fill-fallback-currentcolor-1-expected.svg

Issue 108303009: Handle "url(...) none" and "url(...) currentColor" SVG paint specs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added TC for 'none' fallback w/ failing url(...). Created 7 years 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
Index: LayoutTests/svg/custom/fill-fallback-currentcolor-1-expected.svg
diff --git a/LayoutTests/svg/custom/fill-fallback-currentcolor-1-expected.svg b/LayoutTests/svg/custom/fill-fallback-currentcolor-1-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e5459e601d4787da7aec0accd6f476c27f8fe761
--- /dev/null
+++ b/LayoutTests/svg/custom/fill-fallback-currentcolor-1-expected.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <rect width="100" height="100" fill="#008000"/>
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/fill-fallback-currentcolor-1.svg ('k') | LayoutTests/svg/custom/fill-fallback-currentcolor-2.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698