Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / ruby / ruby-beforeafter.html
index 28b8180..6755709 100644 (file)
@@ -1,20 +1,20 @@
-<html>\r
-<head>\r
-    <style type="text/css">\r
-    <!--\r
-        .b:before {\r
-            content: '[before]';\r
-        }\r
-        .a:after {\r
-            content: '[after]';\r
-        }\r
-    -->\r
-    </style>\r
-</head>\r
-<body>\r
-<p>Tests that CSS-generated :before or :after content doesn't intrude into ruby bases.</p>\r
-</p>Foo <ruby class="b">b<rt>long text</rt></ruby> Bar<br></p>\r
-</p>Foo <ruby class="a">b<rt>long text</rt></ruby> Bar<br></p>\r
-</p>Foo <ruby class="b a">b<rt>long text</rt></ruby> Bar<br></p>\r
-</body>\r
-</html>\r
+<html>
+<head>
+    <style type="text/css">
+    <!--
+        .b:before {
+            content: '[before]';
+        }
+        .a:after {
+            content: '[after]';
+        }
+    -->
+    </style>
+</head>
+<body>
+<p>Tests that CSS-generated :before or :after content doesn't intrude into ruby bases.</p>
+</p>Foo <ruby class="b">b<rt>long text</rt></ruby> Bar<br></p>
+</p>Foo <ruby class="a">b<rt>long text</rt></ruby> Bar<br></p>
+</p>Foo <ruby class="b a">b<rt>long text</rt></ruby> Bar<br></p>
+</body>
+</html>