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

Side by Side Diff: LayoutTests/svg/clip-path/clip-path-w-broken-filter-on-shape.html

Issue 683703005: Prefer unprefixed clip-path to (webkit) prefixed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 <clipPath id="c">
4 <text></text>
f(malita) 2014/10/31 17:24:46 Just curious: I assume this is to force the mask p
fs 2014/10/31 19:29:22 It's needed because the path/path-ops codepath (ri
f(malita) 2014/10/31 19:36:35 Ack.
5 <rect width="100" height="100" filter="url(#nonexistent)"/>
6 </clipPath>
7 <rect width="200" height="100" fill="green" clip-path="url(#c)"/>
8 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698