Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / table-cell-before-after-content-around-table.html
index d077335..cf4e3ed 100644 (file)
@@ -1,26 +1,26 @@
-<!DOCTYPE html>\r
-<!-- Test passes if you see three blue boxes in three seperate rows. -->\r
-<html style="font: 1em/1 Ahem, sans-serif;">\r
-<style type="text/css">\r
-.container:before {\r
-    content: "ABCD";\r
-    display: table-cell;\r
-}\r
-\r
-.container:after {\r
-    content: "EFGH";\r
-    display: table-cell;\r
-}\r
-\r
-</style>\r
-</head>\r
-<body>\r
-<div class="container">\r
-<div style="display: table">1234</div>\r
-</div>\r
-<script>\r
-document.body.offsetTop;\r
-document.body.style.color = 'blue';\r
-</script>\r
-</body>\r
-</html>\r
+<!DOCTYPE html>
+<!-- Test passes if you see three blue boxes in three seperate rows. -->
+<html style="font: 1em/1 Ahem, sans-serif;">
+<style type="text/css">
+.container:before {
+    content: "ABCD";
+    display: table-cell;
+}
+
+.container:after {
+    content: "EFGH";
+    display: table-cell;
+}
+
+</style>
+</head>
+<body>
+<div class="container">
+<div style="display: table">1234</div>
+</div>
+<script>
+document.body.offsetTop;
+document.body.style.color = 'blue';
+</script>
+</body>
+</html>