| Index: chrome/test/data/password/inner_frame.html
|
| diff --git a/chrome/test/data/password/inner_frame.html b/chrome/test/data/password/inner_frame.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..227107215a971eb905e015d4565f0929fc8025c1
|
| --- /dev/null
|
| +++ b/chrome/test/data/password/inner_frame.html
|
| @@ -0,0 +1,18 @@
|
| +<html>
|
| +<body>
|
| +
|
| +<script>
|
| +function send_post() {
|
| + window.parent.postMessage("SignupComplete", "*");
|
| +}
|
| +</script>
|
| +
|
| +<form action="inner_frame.html" onsubmit="send_post(); return false;"
|
| + id="deleting_form">
|
| + <input type="text" id="username_field" name="username_field">
|
| + <input type="password" id="password_field" name="password_field">
|
| + <input type="submit" id="submit_button" name="submit_button">
|
| +</form>
|
| +
|
| +</body>
|
| +</html>
|
|
|