Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-generated-content / table-cell-before-after-child-add.html
index a1ae1cf..34de088 100644 (file)
@@ -1,16 +1,16 @@
-<style type="text/css">\r
-    #target::before { content: "BEFORE"; display: table-cell; }\r
-    #target::after { content: "AFTER"; display: table-cell; }\r
-</style>\r
-<p>\r
-    Should say &ldquo;BEFORE CONTENT AFTER CONTENT&rdquo;\r
-</p>\r
-<div id="not-target" style="display: table">\r
-    <div>CONTENT</div>\r
-</div> CONTENT\r
-<script>\r
-    document.getElementById("not-target").id = "target";\r
-    document.body.offsetTop;\r
-    document.body.style.color = "red";\r
-</script>\r
-\r
+<style type="text/css">
+    #target::before { content: "BEFORE"; display: table-cell; }
+    #target::after { content: "AFTER"; display: table-cell; }
+</style>
+<p>
+    Should say &ldquo;BEFORE CONTENT AFTER CONTENT&rdquo;
+</p>
+<div id="not-target" style="display: table">
+    <div>CONTENT</div>
+</div> CONTENT
+<script>
+    document.getElementById("not-target").id = "target";
+    document.body.offsetTop;
+    document.body.style.color = "red";
+</script>
+