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

Side by Side Diff: LayoutTests/svg/repaint/svg-pathseglist-change-expected.html

Issue 1134733005: SVG <use> should update when the referenced <path> is updating pathSegList. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 height="200" width="300">
3 <path id="path" d="M50,50 L100,50 L100,200 Z" style="stroke: #006666; fill:n one;"/>
4 <use xlink:href="#path" y="0" x="100"/>
5 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698