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

Side by Side Diff: LayoutTests/svg/filters/filter-empty-bbox-obb-filterunits.html

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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg>
3 <filter id="f">
4 <feFlood flood-color="red"/>
5 </filter>
6 <rect width="100" height="100" fill="green"/>
7 <line x1="50" y1="0" x2="50" y2="100" stroke="red" stroke-width="100" filter=" url(#f)"/>
8 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698