Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / counters / counter-reparent-table-children-crash.html
index b6db0a3..c73306a 100644 (file)
@@ -1,31 +1,31 @@
-<html>\r
-<style>\r
-td {\r
-    counter-increment: list-item;\r
-}\r
-</style>\r
-<script>\r
-if (window.testRunner) {\r
-    testRunner.waitUntilDone();\r
-}\r
-\r
-function crash() {\r
-    document.body.innerHTML = "PASS: Malformed table counters do not cause crash";\r
-    if (window.testRunner) {\r
-        testRunner.notifyDone();\r
-        testRunner.dumpAsText();\r
-    }\r
-}\r
-</script>\r
-<body onload="crash()">\r
-    <table>\r
-        <tbody>\r
-            <td>\r
-        </tbody>\r
-        <ol>re-parent me</ol>\r
-        <ol>re-parent me</ol>\r
-            </td>\r
-        <td></td>\r
-    </table>\r
-</body>\r
-</html>\r
+<html>
+<style>
+td {
+    counter-increment: list-item;
+}
+</style>
+<script>
+if (window.testRunner) {
+    testRunner.waitUntilDone();
+}
+
+function crash() {
+    document.body.innerHTML = "PASS: Malformed table counters do not cause crash";
+    if (window.testRunner) {
+        testRunner.notifyDone();
+        testRunner.dumpAsText();
+    }
+}
+</script>
+<body onload="crash()">
+    <table>
+        <tbody>
+            <td>
+        </tbody>
+        <ol>re-parent me</ol>
+        <ol>re-parent me</ol>
+            </td>
+        <td></td>
+    </table>
+</body>
+</html>