Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / table-row-style-not-updated-with-after-content.html
index 1bd4d90..a2233c3 100644 (file)
@@ -1,29 +1,29 @@
-<!-- The blue, yellow and green text boxes should not overlap -->\r
-<html>\r
-<body style="font: 1em/1 Ahem, sans-serif;">\r
-<style>    \r
-#test\r
-{\r
-    color: blue;\r
-    display: table-row;\r
-}\r
-#test::after\r
-{\r
-    content: "4578";\r
-    color: yellow;\r
-    display: table-row;\r
-}\r
-</style>\r
-<div id="test">\r
-ABCD\r
-</div>\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, yellow and green text boxes should not overlap -->
+<html>
+<body style="font: 1em/1 Ahem, sans-serif;">
+<style>    
+#test
+{
+    color: blue;
+    display: table-row;
+}
+#test::after
+{
+    content: "4578";
+    color: yellow;
+    display: table-row;
+}
+</style>
+<div id="test">
+ABCD
+</div>
+<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>