summaryrefslogtreecommitdiffstats
path: root/toolkit/components/passwordmgr/test/browser/form_crossframe_no_outer_login_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/passwordmgr/test/browser/form_crossframe_no_outer_login_form.html')
-rw-r--r--toolkit/components/passwordmgr/test/browser/form_crossframe_no_outer_login_form.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolkit/components/passwordmgr/test/browser/form_crossframe_no_outer_login_form.html b/toolkit/components/passwordmgr/test/browser/form_crossframe_no_outer_login_form.html
new file mode 100644
index 0000000000..e98f43f48d
--- /dev/null
+++ b/toolkit/components/passwordmgr/test/browser/form_crossframe_no_outer_login_form.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html><html><head><meta charset=`utf-8`></head><body>
+<!-- Any copyright is dedicated to the Public Domain.
+ - http://creativecommons.org/publicdomain/zero/1.0/ -->
+
+ <!-- Crossframe with login form -->
+ <iframe src="https://test2.example.org:443/browser/toolkit/components/passwordmgr/test/browser/form_crossframe_inner.html"
+ width="600" height="600"></iframe>
+</body></html>