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

Unified Diff: LayoutTests/svg/filters/feConvolveMatrix-negative-kernelUnitLengthY.svg

Issue 1354923003: Remove kernelUnitLength plumbing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TEs Created 5 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/filters/feConvolveMatrix-negative-kernelUnitLengthY.svg
diff --git a/LayoutTests/svg/filters/feConvolveMatrix-negative-kernelUnitLengthY.svg b/LayoutTests/svg/filters/feConvolveMatrix-negative-kernelUnitLengthY.svg
deleted file mode 100644
index 11aa73487cd22774326b7e071bc9f3640461468f..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/filters/feConvolveMatrix-negative-kernelUnitLengthY.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg">
- <filter id="f1">
- <feConvolveMatrix order="3" kernelUnitLength="5.0 -5.0" kernelMatrix="0 1 0 1 1 1 0 1 0"/>
- </filter>
- <text x="20" y="20">Test PASSES if it does not crash and has no red rectangle.</text>
- <g filter="url(#f1)">
- <rect x="0" y="0" width="50" height="50" fill="red" />
- </g>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698