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

Side by Side Diff: LayoutTests/css3/filters/effect-reference-rename-2-expected.html

Issue 1068073005: Handle layer clients in LayoutSVGResourceContainer::registerResource (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Continue in loop Created 5 years, 8 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 height="0">
3 <filter id="MyFilter">
4 <feColorMatrix type="hueRotate" values="90"/>
5 </filter>
6 </svg>
7 <div style="width: 100px; height: 100px; background-color: red; -webkit-filter: url(#MyFilter); filter: url(#MyFilter);"></div>
OLDNEW
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-rename-2.html ('k') | Source/core/layout/svg/LayoutSVGResourceContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698