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

Side by Side Diff: LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt

Issue 276803002: Auto-rebaseline for r173666 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Right after loading, a segment is added to the path.
2 The path and its attribute should be updated to include the new segment.
3 "d" initial:
4 M50,150 l45,-43 l24,64 l-69,-21z
5 "d" after:
6 M 50 150 l 45 -43 l 50 50 l 24 64 l -69 -21 Z
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698