Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Side by Side Diff: chrome/test/data/password/inner_frame.html

Issue 1012093005: [Password Manager] Offer to save when an iframe is detached (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change upstream Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <body>
3
4 <script>
5 function send_post() {
6 window.parent.postMessage("SignupComplete", "*");
7 }
8 </script>
9
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>
16
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698