Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / frames / frame-unload-crash2.html
index 3d6d4b3..7435b6d 100644 (file)
@@ -1,23 +1,23 @@
-<!DOCTYPE html>\r
-<html>\r
-<iframe srcdoc=""></iframe>\r
-<script>\r
-if (window.testRunner) {\r
-    testRunner.waitUntilDone();\r
-    testRunner.dumpAsText();\r
-}\r
-\r
-function finish() {\r
-    if (window.testRunner)\r
-        testRunner.notifyDone();\r
-}\r
-\r
-frames[0].onunload = function () {\r
-    document.open();\r
-    document.write("PASS. WebKit didn't crash.");\r
-    document.close();\r
-    \r
-    setTimeout("finish()", 0);\r
-};\r
-</script>\r
-</html>\r
+<!DOCTYPE html>
+<html>
+<iframe srcdoc=""></iframe>
+<script>
+if (window.testRunner) {
+    testRunner.waitUntilDone();
+    testRunner.dumpAsText();
+}
+
+function finish() {
+    if (window.testRunner)
+        testRunner.notifyDone();
+}
+
+frames[0].onunload = function () {
+    document.open();
+    document.write("PASS. WebKit didn't crash.");
+    document.close();
+    
+    setTimeout("finish()", 0);
+};
+</script>
+</html>