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
1 <html> 
2 <head>
3 <script> 
4 function handleOnLoad()
5 {
6   var form = parent.window.document.forms["emptyForm"];
7   form.action = "form-and-frame-interaction-retains-values-main.html";
8   form.target = "_self";
9
10   form.submit();
11
12 </script> 
13
14 </head>
15 <body onLoad="handleOnLoad()"> 
16 </body> 
17 </html>