Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / table-before-child-in-table.html
index 578000e..da5757a 100644 (file)
@@ -1,27 +1,27 @@
-<html>\r
-<style>\r
-#target\r
-{\r
-    display: table;\r
-       border-color: green;\r
-       border-style: solid;\r
-       padding: 1em 1em;\r
-}\r
-\r
-#target::before\r
-{\r
-    content: "BEFORE";\r
-       display: table;\r
-       border-color: blue;\r
-       border-style: solid;\r
-       padding: 1em 1em;\r
-}\r
-</style>\r
-<div id="target">\r
-<span> CONTENT</span>\r
-</div>\r
-<script>\r
-    document.body.offsetTop;\r
-    target.style.color = "red";\r
-</script>\r
-</html>\r
+<html>
+<style>
+#target
+{
+    display: table;
+       border-color: green;
+       border-style: solid;
+       padding: 1em 1em;
+}
+
+#target::before
+{
+    content: "BEFORE";
+       display: table;
+       border-color: blue;
+       border-style: solid;
+       padding: 1em 1em;
+}
+</style>
+<div id="target">
+<span> CONTENT</span>
+</div>
+<script>
+    document.body.offsetTop;
+    target.style.color = "red";
+</script>
+</html>