Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / table-section-split.html
index eb79cda..0a0a7d9 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('thead'));\r
-tr = document.createElement('tr');\r
-test.appendChild(tr);\r
-document.body.offsetTop;\r
-test.insertBefore(document.createElement('div'), tr);\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('thead'));
+tr = document.createElement('tr');
+test.appendChild(tr);
+document.body.offsetTop;
+test.insertBefore(document.createElement('div'), tr);
+</script>
+</body>
+</html>