Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / resources / form-and-frame-interaction-retains-values-submit.html
blob67cf6065f11dc50192b2ec66a3af6474ccb1cd6f
1 <html>
2 <head>
3 <script>
4 function handleOnLoad()
6 var form = parent.window.document.forms["emptyForm"];
7 form.action = "form-and-frame-interaction-retains-values-main.html";
8 form.target = "_self";
10 form.submit();
12 </script>
14 </head>
15 <body onLoad="handleOnLoad()">
16 </body>
17 </html>