gecko-dev/toolkit/components/passwordmgr/test/subtst_prompt_async.html
Matthew Noorenberghe 32f44f262c Bug 1170441 - Cleanup password manager mochitest titles/encodings/doctypes. r=test-only
--HG--
rename : toolkit/components/passwordmgr/test/test_bug_221634.html => toolkit/components/passwordmgr/test/test_autofill_before_load.html
rename : toolkit/components/passwordmgr/test/test_bug_444968.html => toolkit/components/passwordmgr/test/test_autofill_password-only.html
rename : toolkit/components/passwordmgr/test/test_bug_360493_1.html => toolkit/components/passwordmgr/test/test_form_action_1.html
rename : toolkit/components/passwordmgr/test/test_bug_360493_2.html => toolkit/components/passwordmgr/test/test_form_action_2.html
rename : toolkit/components/passwordmgr/test/test_bug_427033.html => toolkit/components/passwordmgr/test/test_form_action_javascript.html
rename : toolkit/components/passwordmgr/test/test_bug_391514.html => toolkit/components/passwordmgr/test/test_maxlength.html
rename : toolkit/components/passwordmgr/test/test_bug_242956.html => toolkit/components/passwordmgr/test/test_passwords_in_type_password.html
rename : toolkit/components/passwordmgr/test/test_bug_654348.html => toolkit/components/passwordmgr/test/test_xhr_2.html
extra : rebase_source : 654ac70c061f48352795ea6d942b6863127d0acf
2015-06-02 00:20:07 -07:00

13 lines
845 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Multiple auth request</title>
</head>
<body>
<iframe id="iframe1" src="http://example.com/tests/toolkit/components/passwordmgr/test/authenticate.sjs?r=1&user=user3name&pass=user3pass&realm=mochirealm3&proxy_user=proxy_user2&proxy_pass=proxy_pass2&proxy_realm=proxy_realm2"></iframe>
<iframe id="iframe2" src="http://example.com/tests/toolkit/components/passwordmgr/test/authenticate.sjs?r=2&user=user3name&pass=user3pass&realm=mochirealm3&proxy_user=proxy_user2&proxy_pass=proxy_pass2&proxy_realm=proxy_realm2"></iframe>
<iframe id="iframe3" src="http://example.com/tests/toolkit/components/passwordmgr/test/authenticate.sjs?r=3&user=user3name&pass=user3pass&realm=mochirealm3&proxy_user=proxy_user2&proxy_pass=proxy_pass2&proxy_realm=proxy_realm2"></iframe>
</body>
</html>