Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / loader / resources / document-destruction-within-unload-iframe.html
index 86fd855..ffa2fc6 100644 (file)
@@ -1,18 +1,18 @@
-<html>\r
-<body>\r
-<script>\r
-function runTest() {\r
-    var test = document.getElementById('root').contentDocument;\r
-    test.firstChild.setAttribute('onunload', "parent.clearUs();");\r
-    location.reload();\r
-}\r
-\r
-function clearUs() {\r
-    document.write();\r
-    parent.done();\r
-}\r
-</script>\r
-<object data="does_not_exist"></object>\r
-<object data="document-destruction-within-unload.svg" id="root" onload="runTest();"></object>\r
-</body>\r
-</html>\r
+<html>
+<body>
+<script>
+function runTest() {
+    var test = document.getElementById('root').contentDocument;
+    test.firstChild.setAttribute('onunload', "parent.clearUs();");
+    location.reload();
+}
+
+function clearUs() {
+    document.write();
+    parent.done();
+}
+</script>
+<object data="does_not_exist"></object>
+<object data="document-destruction-within-unload.svg" id="root" onload="runTest();"></object>
+</body>
+</html>