Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / ruby / ruby-block-style-not-updated.html
index 4db33e8..4a7708d 100644 (file)
@@ -1,16 +1,16 @@
-<!-- The blue and green text boxes should not overlap -->\r
-<html>\r
-<body style="font: 1em/1 Ahem, sans-serif;">\r
-<ruby id="test" style="display: block; 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 blue and green text boxes should not overlap -->
+<html>
+<body style="font: 1em/1 Ahem, sans-serif;">
+<ruby id="test" style="display: block; 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>