Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / text / preserve-break-word-expected.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <body>
4 The above SVG texts should not be collapsed.
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="400">
6 <text x="100" y="100">abcdef</text>
7 <text x="100" y="200" ><tspan xml:space="preserve">abc</tspan>def</text>
8 <text x="100" y="300"><tspan xml:space="preserve">abc</tspan>def</text>
9 </svg>
10 </body>
11 </html>