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> |