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

Unified Diff: LayoutTests/svg/hixie/error/003.xml

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/hixie/error/003.xml
diff --git a/LayoutTests/svg/hixie/error/003.xml b/LayoutTests/svg/hixie/error/003.xml
deleted file mode 100644
index 9bb70e24be219d714bf2d4f88b53ad292b940016..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/hixie/error/003.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
- <desc>There should be a green circle when this is rendered.</desc>
- <x:test xmlns:x="http://www.example.org/" xml:id="test">
- <linearGradient x1="0" y1="0" x2="1" y2="0"
- gradientUnits="objectBoundingBox">
- <stop offset="0" stop-color="maroon"/>
- <stop offset="1" stop-color="red"/>
- </linearGradient>
- </x:test>
- <circle cx="150" cy="100" r="50" fill="red"/>
- <!-- on the next line the given paint server is not valid, therefore it is unsupported and XXX raised as last call issue XXX -->
- <rect x="0" y="0" width="300" height="200" stroke="blue" fill="url(#test)"/>
- <text x="10" y="30" font-size="20" fill="blue">There should be a black</text>
- <text x="10" y="60" font-size="20" fill="blue">rectangle with a blue</text>
- <text x="10" y="90" font-size="20" fill="blue">border on this page.</text>
-</svg>
-
« no previous file with comments | « LayoutTests/svg/custom/stroke-fallback-invalid-uri-expected.html ('k') | LayoutTests/svg/hixie/error/003-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698