Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / isolatedWorld / resources / iframe.html
index 0178912..542db4d 100644 (file)
@@ -1,19 +1,19 @@
 <!DOCTYPE html>
-<html>\r
-<body>\r
-<div id="output"></div>\r
-<script>\r
-window.focus();\r
-\r
+<html>
+<body>
+<div id="output"></div>
+<script>
+window.focus();
+
 // This should not pick up the 'bar' defined in the isolated world from the parent
 // document, or the 'hotdog' defined in previous runs of this frame.
 testRunner.evaluateScriptInIsolatedWorld(1,
   "document.getElementById('output').appendChild(document.createTextNode(window.bar + ',' + window.hotdog));");
-\r
+
 // Next time we run, we also shouldn't see this 'hotdog'.
 testRunner.evaluateScriptInIsolatedWorld(1, "var hotdog = 'hotdog';");
-\r
-parent.iframeComplete(document.getElementById("output").textContent);\r
-</script>\r
-</body>\r
-</html>\r
+
+parent.iframeComplete(document.getElementById("output").textContent);
+</script>
+</body>
+</html>