Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / table-anonymous-block-destroy-crash.html
index 7a89711..3d8ac89 100644 (file)
@@ -1,26 +1,26 @@
-<html>\r
-    <head>\r
-        <style>\r
-            div\r
-            {  \r
-                -webkit-column-span: all; \r
-                -webkit-columns: 2; \r
-                display: table-cell; \r
-            }\r
-            div:last-of-type\r
-            { \r
-                display: table-caption;\r
-            }\r
-        </style>\r
-    </head>\r
-    <body>\r
-        <div>\r
-            <div></div>\r
-        </div>\r
-        PASS\r
-        <script>\r
-            if (window.testRunner)\r
-                testRunner.dumpAsText();\r
-        </script>\r
-    </body>\r
-</html>\r
+<html>
+    <head>
+        <style>
+            div
+            {  
+                -webkit-column-span: all; 
+                -webkit-columns: 2; 
+                display: table-cell; 
+            }
+            div:last-of-type
+            { 
+                display: table-caption;
+            }
+        </style>
+    </head>
+    <body>
+        <div>
+            <div></div>
+        </div>
+        PASS
+        <script>
+            if (window.testRunner)
+                testRunner.dumpAsText();
+        </script>
+    </body>
+</html>