summaryrefslogtreecommitdiffstats
path: root/toolkit/components/passwordmgr/test/browser/form_crossframe_no_outer_login_form.html
blob: e98f43f48dac0b335f03a98d89ff4f0469298f26 (plain)
1
2
3
4
5
6
7
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>