WebCore/manual-tests/svg-text-selection.svg
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <svg xmlns="http://www.w3.org/2000/svg"
       
     2         xmlns:xlink="http://www.w3.org/1999/xlink"
       
     3         xmlns:xhtml="http://www.w3.org/1999/xhtml">
       
     4         <text x="0" y="100" fill="black" font-size="32">Selection will be constrained to this line.</text>
       
     5         <text x="0" y="200" fill="black" font-size="32">You should be able
       
     6         <tspan x="0" y="235">to select multiline here</tspan>
       
     7         <tspan x="0" y="270">See bug 12334</tspan>
       
     8         </text>
       
     9 </svg>