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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <filter id="f1">
3 <feConvolveMatrix order="3" kernelUnitLength="5.0 -5.0" kernelMatrix="0 1 0 1 1 1 0 1 0"/>
4 </filter>
5 <text x="20" y="20">Test PASSES if it does not crash and has no red rectangle. </text>
6 <g filter="url(#f1)">
7 <rect x="0" y="0" width="50" height="50" fill="red" />
8 </g>
9 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698