Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / ruby / ruby-inline-style-not-updated-with-before-after-content.html
index ec6e546..403e3d1 100644 (file)
@@ -1,28 +1,28 @@
-<!-- The orange, blue, yellow and green text boxes should not overlap -->\r
-<html>\r
-<body style="font: 1em/1 Ahem, sans-serif;">\r
-<style>\r
-#test::before\r
-{\r
-    content: "1234";\r
-    color: orange;\r
-}\r
-#test::after\r
-{\r
-    content: "4578";\r
-    color: yellow;\r
-}\r
-</style>\r
-<ruby id="test" style="color: blue">\r
-ABCD\r
-</ruby>\r
-<div style="font-size: 800%; color: green">\r
-EFGH\r
-</div>\r
-<script>\r
-    document.body.offsetTop;\r
-    var test = document.getElementById("test");\r
-    test.style.fontSize = "800%";\r
-</script>\r
-</body>\r
-</html>\r
+<!-- The orange, blue, yellow and green text boxes should not overlap -->
+<html>
+<body style="font: 1em/1 Ahem, sans-serif;">
+<style>
+#test::before
+{
+    content: "1234";
+    color: orange;
+}
+#test::after
+{
+    content: "4578";
+    color: yellow;
+}
+</style>
+<ruby id="test" style="color: blue">
+ABCD
+</ruby>
+<div style="font-size: 800%; color: green">
+EFGH
+</div>
+<script>
+    document.body.offsetTop;
+    var test = document.getElementById("test");
+    test.style.fontSize = "800%";
+</script>
+</body>
+</html>