Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / degenerate-text-path-expected.html
blob7e8edc3c79da040cd1204352f06e5ccf896cb136
1 <!DOCTYPE html>
2 <html>
3 <body>
4 Test for crbug.com/227397: This test passes if there is a green box with just the word "PASS".<br/>
5 <svg xmlns="http://www.w3.org/2000/svg" width="350" height="350">
6 <rect width="100" height="100" fill="green" />
7 <defs>
8 <path id="passpath" d="M 110 100 L 200 100Z" />
9 </defs>
11 <!-- The following text should render next to the green box. -->
12 <text fill="green">
13 <textPath xlink:href="#passpath">PASS</textPath>
14 </text>
15 </svg>
16 </body>
17 </html>