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

Unified Diff: LayoutTests/svg/custom/invalid-fill.svg

Issue 593173002: Change SVG paint server fallback for a non-existent URL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adjust tests. 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
Index: LayoutTests/svg/custom/invalid-fill.svg
diff --git a/LayoutTests/svg/custom/invalid-fill.svg b/LayoutTests/svg/custom/invalid-fill.svg
deleted file mode 100644
index aea3eaa78497c6e8c2cff30638f570495d082be0..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/invalid-fill.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg">
- <g fill="orange">
- <rect width="100" height="100" fill="red"/>
- <rect width="100" height="100" fill="url(#notthere)"/>
- <g fill="black">
- <text x="10" y="130">The above rect should be ORANGE.</text>
- <text x="10" y="150">SVG 1.1 FULL says there should be a "highly perceivable error" message when an invalid fill is used.</text>
- <text x="10" y="170">Browsers don't display such an error, instead use some sort of fill-fallback.</text>
- <text x="10" y="190">If there's an non-existent uri, but no fallback specified, the fill of the object is inherited from parent object.</text>
- <text x="10" y="210">This has recently been changed in SVG 1.1 2nd edition. Our result matches Opera now.</text>
- </g>
- </g>
-</svg>
« no previous file with comments | « LayoutTests/svg/custom/fill-fallback-invalid-uri-expected.html ('k') | LayoutTests/svg/custom/invalid-fill-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698