Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / lists / list-marker-before-content-table.html
index d47a9dd..fb81cdd 100644 (file)
@@ -1,20 +1,20 @@
-<!DOCTYPE html>\r
-<!-- You should only one blue textbox between the green list maker and green textbox -->\r
-<html>\r
-<body style="font: 1em/1 Ahem, sans-serif;">\r
-<style>\r
-li:before {\r
-    display: table-row;\r
-    content: "ABCD";\r
-    color: blue;\r
-}\r
-</style>\r
-<ul>              \r
-<li style="color: green">EFGH</li>\r
-</ul>\r
-<script>\r
-    document.body.offsetTop;\r
-    document.body.style.fontSize = "200%";\r
-</script>\r
-</body>\r
-</html>\r
+<!DOCTYPE html>
+<!-- You should only one blue textbox between the green list maker and green textbox -->
+<html>
+<body style="font: 1em/1 Ahem, sans-serif;">
+<style>
+li:before {
+    display: table-row;
+    content: "ABCD";
+    color: blue;
+}
+</style>
+<ul>              
+<li style="color: green">EFGH</li>
+</ul>
+<script>
+    document.body.offsetTop;
+    document.body.style.fontSize = "200%";
+</script>
+</body>
+</html>