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

Unified Diff: LayoutTests/svg/markers/animate-refY-expected.svg

Issue 661733002: SVGMarkerElement::m_refY should be bound to refY attr rather than refX attr (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add LayoutTest Created 6 years, 2 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
« no previous file with comments | « LayoutTests/svg/markers/animate-refY.svg ('k') | Source/core/svg/SVGMarkerElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/markers/animate-refY-expected.svg
diff --git a/LayoutTests/svg/markers/animate-refY-expected.svg b/LayoutTests/svg/markers/animate-refY-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..50a40257a2ca4b58ec465f2ee1b041c747c44189
--- /dev/null
+++ b/LayoutTests/svg/markers/animate-refY-expected.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <marker id="m" markerWidth="40" markerHeight="40" refX="10" refY="30">
+ <rect x="5" y="15" width="20" height="10" fill="red" />
+ </marker>
+ <path d="M 50,50 L 100,100" marker-start="url(#m)" stroke="blue"/>
+
+ <rect x="45" y="35" height="10" width="20" fill="green" />
+</svg>
« no previous file with comments | « LayoutTests/svg/markers/animate-refY.svg ('k') | Source/core/svg/SVGMarkerElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698