Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / resources / form-and-frame-interaction-retains-values-submit.html
index dcdf36d..67cf606 100644 (file)
@@ -1,17 +1,17 @@
-<html> \r
-<head>\r
-<script> \r
-function handleOnLoad()\r
-{\r
-  var form = parent.window.document.forms["emptyForm"];\r
-  form.action = "form-and-frame-interaction-retains-values-main.html";\r
-  form.target = "_self";\r
-\r
-  form.submit();\r
-} \r
-</script> \r
-\r
-</head>\r
-<body onLoad="handleOnLoad()"> \r
-</body> \r
-</html>
\ No newline at end of file
+<html> 
+<head>
+<script> 
+function handleOnLoad()
+{
+  var form = parent.window.document.forms["emptyForm"];
+  form.action = "form-and-frame-interaction-retains-values-main.html";
+  form.target = "_self";
+
+  form.submit();
+} 
+</script> 
+
+</head>
+<body onLoad="handleOnLoad()"> 
+</body> 
+</html>