mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
12
toolkit/components/passwordmgr/test/subtst_master_pass.html
Normal file
12
toolkit/components/passwordmgr/test/subtst_master_pass.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<h2>MP subtest</h2>
|
||||
This form triggers a MP and gets filled in.<br>
|
||||
<form>
|
||||
Username: <input type="text" id="userfield" name="u"><br>
|
||||
Password: <input type="password" id="passfield" name="p"><br>
|
||||
<script>
|
||||
// Only notify when we fill in the password field.
|
||||
document.getElementById("passfield").addEventListener("input", function() {
|
||||
parent.postMessage("filled", "*");
|
||||
});
|
||||
</script>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue