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" />
8 <path id=
"passpath" d=
"M 110 100 L 200 100Z" />
11 <!-- The following text should render next to the green box. -->
13 <textPath xlink:
href=
"#passpath">PASS
</textPath>