Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / table-cell-split.html
index 8dedb14..f64243f 100644 (file)
@@ -1,15 +1,15 @@
-<!DOCTYPE html>\r
-<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">\r
-<body>\r
-<script>\r
-document.body.offsetTop;\r
-test = document.createElement('div');\r
-document.body.appendChild(test)\r
-test.appendChild(document.createElement('td'));\r
-td = document.createElement('td');\r
-test.appendChild(td);\r
-document.body.offsetTop;\r
-test.insertBefore(document.createElement('div'), td);\r
-</script>\r
-</body>\r
-</html>\r
+<!DOCTYPE html>
+<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">
+<body>
+<script>
+document.body.offsetTop;
+test = document.createElement('div');
+document.body.appendChild(test)
+test.appendChild(document.createElement('td'));
+td = document.createElement('td');
+test.appendChild(td);
+document.body.offsetTop;
+test.insertBefore(document.createElement('div'), td);
+</script>
+</body>
+</html>