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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/repaint/svg-pathseglist-change-expected.html
diff --git a/LayoutTests/svg/repaint/svg-pathseglist-change-expected.html b/LayoutTests/svg/repaint/svg-pathseglist-change-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d75c3b0c988a6270e170a6c78fdfc2170c93af20
--- /dev/null
+++ b/LayoutTests/svg/repaint/svg-pathseglist-change-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE HTML>
+<svg height="200" width="300">
+ <path id="path" d="M50,50 L100,50 L100,200 Z" style="stroke: #006666; fill:none;"/>
+ <use xlink:href="#path" y="0" x="100"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698