Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / float / float-originating-line-deleted-crash.html
index 83dcbc6..9597479 100644 (file)
@@ -1,22 +1,22 @@
-<html>\r
-Test passes if it does not crash.\r
-<body>\r
-<script>\r
-if (window.testRunner)\r
-    testRunner.dumpAsText();\r
-\r
-function runTest()\r
-{\r
-    child = document.getElementById('test');\r
-    child.parentNode.removeChild(child);\r
-\r
-       document.body.offsetTop;\r
-}\r
-\r
-window.onload = runTest;\r
-</script>\r
-<style id='test'>\r
-    p { float: left; }\r
-</style>\r
-<table><span><p></p><p></p></span></table>\r
-</html>\r
+<html>
+Test passes if it does not crash.
+<body>
+<script>
+if (window.testRunner)
+    testRunner.dumpAsText();
+
+function runTest()
+{
+    child = document.getElementById('test');
+    child.parentNode.removeChild(child);
+
+       document.body.offsetTop;
+}
+
+window.onload = runTest;
+</script>
+<style id='test'>
+    p { float: left; }
+</style>
+<table><span><p></p><p></p></span></table>
+</html>