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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/use-on-g-containing-symbol.html

Issue 1736283003: Don't expand <symbol> elements in <use> that are not targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@svg-use-symbol-siblings-in-shadow
Patch Set: Drop additional fix. Created 4 years, 9 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 <!DOCTYPE html>
2 <svg>
3 <g id="rectgroup">
4 <symbol id="rect">
5 <rect width="50" height="100"/>
6 </symbol>
7 <use xlink:href="#rect" fill="green"/>
8 </g>
9 <use xlink:href="#rectgroup" x="50"/>
10 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698