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

Side by Side Diff: LayoutTests/svg/filters/feMerge-wrong-input.svg

Issue 1313893003: Don't resolve rectangle as different unit if viewport is empty (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TEs Created 5 years, 4 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/filters/feMerge-wrong-input-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <defs> 2 <defs>
3 <!-- check that WebKit doesn't crash, if an effect is not available in feMerge - -> 3 <!-- check that WebKit doesn't crash, if an effect is not available in feMerge - ->
4 <filter id="filter" primitiveUnits="objectBoundingBox"> 4 <filter id="filter" filterUnits="userSpaceOnUse" primitiveUnits="objectBoundingB ox">
5 <feMerge> 5 <feMerge>
6 <feMergeNode in="does-not-exist"/> 6 <feMergeNode in="does-not-exist"/>
7 </feMerge> 7 </feMerge>
8 </filter> 8 </filter>
9 </defs> 9 </defs>
10 <g filter="url(#filter)"/> 10 <g filter="url(#filter)"/>
11 <rect x="0" y="0" width="100" height="100" fill="green"/> 11 <rect x="0" y="0" width="100" height="100" fill="green"/>
12 </svg> 12 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/filters/feMerge-wrong-input-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698