summaryrefslogtreecommitdiffstats
path: root/toolkit/components/passwordmgr/test/browser/form_crossframe.html
blob: fbb759c63206cd9d6f4bb89053621e91996c7130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html><body>

<button onclick="window.location = 'about:blank'">Next</button>
<iframe src="https://test2.example.org:443/browser/toolkit/components/passwordmgr/test/browser/form_crossframe_inner.html"
        width="300" height="300"></iframe>
<form id="outer-form" action="formsubmit.sjs">
  <input id="outer-username" name="outer-username">
  <input id="outer-password" name="outer-password" type="password">
  <input id="outer-submit" type="submit">
  <button id="outer-gobutton" onclick="this.location = 'about:blank'">Go</button>
</form>

</body></html>