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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/textpath-reference-path-on-out-of-use-element.html

Issue 1792673005: Fix textpath is not displayed on use element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/textpath-reference-path-on-out-of-use-element-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/text/textpath-reference-path-on-out-of-use-element.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/textpath-reference-path-on-out-of-use-element.html b/third_party/WebKit/LayoutTests/svg/text/textpath-reference-path-on-out-of-use-element.html
new file mode 100644
index 0000000000000000000000000000000000000000..b91724fcf96e1930413eecf46137483fd812792a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/textpath-reference-path-on-out-of-use-element.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<svg>
+ <defs>
+ <path id="svgpath" d="M100 100 350 100"/>
+ <text id="svgtext">
+ <textPath xlink:href="#svgpath">Hello, SVG</textPath>
+ </text>
+ </defs>
+ <use xlink:href="#svgtext"/>
+</svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/textpath-reference-path-on-out-of-use-element-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698