Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / text / preserve-break-word-expected.html
index 6ff4c34..8df34df 100644 (file)
@@ -1,11 +1,11 @@
-<!DOCTYPE html>\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<body>\r
-The above SVG texts should not be collapsed.\r
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="400">\r
-<text x="100" y="100">abcdef</text>\r
-<text x="100" y="200" ><tspan xml:space="preserve">abc</tspan>def</text>\r
-<text x="100" y="300"><tspan xml:space="preserve">abc</tspan>def</text>\r
-</svg>\r
-</body>\r
-</html>\r
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<body>
+The above SVG texts should not be collapsed.
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="400">
+<text x="100" y="100">abcdef</text>
+<text x="100" y="200" ><tspan xml:space="preserve">abc</tspan>def</text>
+<text x="100" y="300"><tspan xml:space="preserve">abc</tspan>def</text>
+</svg>
+</body>
+</html>