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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-values-expected.svg

Issue 1366903002: Make error-handling for feColorMatrix consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect y="0" width="100" height="100" fill="lime"/>
3 <rect y="0" x="100" width="100" height="100" fill="lime"/>
4 <rect y="0" x="200" width="100" height="100" fill="lime"/>
5 <rect y="100" width="100" height="100" fill="lime"/>
6 <rect y="100" x="100" width="100" height="100" fill="lime"/>
7 <rect y="100" x="200" width="100" height="100" fill="lime"/>
8 <rect y="200" width="100" height="100" fill="lime"/>
9 <rect y="200" x="100" width="100" height="100" fill="lime"/>
10 <rect y="200" x="200" width="100" height="100" fill="lime"/>
11 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698