Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / body-clone-link-decl-parent-crash.html
index 32695d8..adb4163 100644 (file)
@@ -1,26 +1,26 @@
-<!DOCTYPE html>\r
-<html>\r
-<head>\r
-<script src="../../resources/js-test.js"></script>\r
-</head>\r
-<body>\r
-Test passes if it does not crash.\r
-<div id="console"></div>\r
-<script>\r
-if (window.testRunner)\r
-    testRunner.dumpAsText();\r
-\r
-iframe1 = document.createElement('iframe');\r
-document.body.appendChild(iframe1);\r
-document1 = iframe1.contentDocument.implementation.createHTMLDocument("document");\r
-var body1 = document1.body;\r
-document1.alinkColor = "blue";\r
-var body2 = body1.cloneNode(true);\r
-document1.body = document1.createElement('body');\r
-delete document1;\r
-gc();\r
-body2.vLink = 1;\r
-\r
-</script>\r
-</body>\r
-</html>\r
+<!DOCTYPE html>
+<html>
+<head>
+<script src="../../resources/js-test.js"></script>
+</head>
+<body>
+Test passes if it does not crash.
+<div id="console"></div>
+<script>
+if (window.testRunner)
+    testRunner.dumpAsText();
+
+iframe1 = document.createElement('iframe');
+document.body.appendChild(iframe1);
+document1 = iframe1.contentDocument.implementation.createHTMLDocument("document");
+var body1 = document1.body;
+document1.alinkColor = "blue";
+var body2 = body1.cloneNode(true);
+document1.body = document1.createElement('body');
+delete document1;
+gc();
+body2.vLink = 1;
+
+</script>
+</body>
+</html>