Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / password / inner_frame.html
blob227107215a971eb905e015d4565f0929fc8025c1
1 <html>
2 <body>
4 <script>
5 function send_post() {
6 window.parent.postMessage("SignupComplete", "*");
8 </script>
10 <form action="inner_frame.html" onsubmit="send_post(); return false;"
11 id="deleting_form">
12 <input type="text" id="username_field" name="username_field">
13 <input type="password" id="password_field" name="password_field">
14 <input type="submit" id="submit_button" name="submit_button">
15 </form>
17 </body>
18 </html>