1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Test basic login autocomplete</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script type="text/javascript" src="../../../satchel/test/satchel_common.js"></script>
<script type="text/javascript" src="pwmgr_common.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
Login Manager test: multiple login autocomplete
<p id="display"></p>
<!-- we presumably can't hide the content for this test. -->
<div id="content"></div>
<pre id="test">
<script class="testbody" type="text/javascript">
/** Test for Login Manager: multiple login autocomplete. **/
// Restore the form to the default state.
function restoreForm(form) {
form.uname.value = "";
form.pword.value = "";
form.uname.focus();
}
function sendFakeAutocompleteEvent(element) {
var acEvent = document.createEvent("HTMLEvents");
acEvent.initEvent("DOMAutoComplete", true, false);
element.dispatchEvent(acEvent);
}
function spinEventLoop() {
return Promise.resolve();
}
async function promiseACPopupClosed() {
return SimpleTest.promiseWaitForCondition(async () => {
let popupState = await getPopupState();
return !popupState.open;
}, "Wait for AC popup to be closed");
}
add_setup(async () => {
listenForUnexpectedPopupShown();
});
add_task(async function form1_initial_empty() {
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await SimpleTest.promiseFocus(window);
// Make sure initial form is empty.
checkLoginForm(form.uname, "", form.pword, "");
let popupState = await getPopupState();
is(popupState.open, false, "Check popup is initially closed");
});
add_task(async function form1_menuitems() {
await setStoredLoginsAsync(
// login 0 has no username, so should be filtered out from the autocomplete list.
[location.origin, "https://autocomplete:8888", null, "", "pass0", "", "pword"],
[location.origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[location.origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"],
[location.origin, "https://autocomplete:8888", null, "user-3", "pass-3", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await SimpleTest.promiseFocus(window);
// Trigger autocomplete popup
form.uname.focus();
const autocompleteItems = await popupByArrowDown();
let popupState = await getPopupState();
is(popupState.selectedIndex, -1, "Check no entries are selected upon opening");
let expectedMenuItems = ["user-1",
"user-2",
"user-3"];
checkAutoCompleteResults(autocompleteItems, expectedMenuItems,
window.location.host, "Check all menuitems are displayed correctly.");
let acEvents = await getTelemetryEvents({ process: "parent", filterProps: TelemetryFilterPropsAC, clear: true });
is(acEvents.length, 1, "One autocomplete event");
checkACTelemetryEvent(acEvents[0], form.uname, {
"hadPrevious": "0",
"login": expectedMenuItems.length + "",
"loginsFooter": "1"
});
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update just by opening
synthesizeKey("KEY_Escape");
await promiseACPopupClosed();
checkLoginForm(form.uname, "", form.pword, "");
});
add_task(async function form1_first_entry() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
await SimpleTest.promiseFocus(window);
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
let popupState = await getPopupState();
is(popupState.selectedIndex, -1, "Check no entries are selected upon opening");
synthesizeKey("KEY_ArrowDown"); // first
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update just by selecting
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-1", form.pword, "pass-1");
});
add_task(async function form1_second_entry() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
synthesizeKey("KEY_ArrowDown"); // first
synthesizeKey("KEY_ArrowDown"); // second
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-2", form.pword, "pass-2");
});
add_task(async function form1_wraparound_first_entry() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
synthesizeKey("KEY_ArrowDown"); // first
synthesizeKey("KEY_ArrowDown"); // second
synthesizeKey("KEY_ArrowDown"); // footer
synthesizeKey("KEY_ArrowDown"); // deselects
synthesizeKey("KEY_ArrowDown"); // first
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-1", form.pword, "pass-1");
});
add_task(async function form1_wraparound_up_last_entry() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
synthesizeKey("KEY_ArrowUp"); // footer
synthesizeKey("KEY_ArrowUp"); // last (fourth)
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-2", form.pword, "pass-2");
});
add_task(async function form1_wraparound_down_up_up() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
synthesizeKey("KEY_ArrowDown"); // select first entry
synthesizeKey("KEY_ArrowUp"); // selects nothing!
synthesizeKey("KEY_ArrowUp"); // footer
synthesizeKey("KEY_ArrowUp"); // select last entry
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-2", form.pword, "pass-2");
});
add_task(async function form1_wraparound_up_last() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
synthesizeKey("KEY_ArrowDown");
synthesizeKey("KEY_ArrowUp"); // deselects
synthesizeKey("KEY_ArrowUp"); // footer
synthesizeKey("KEY_ArrowUp"); // last entry
synthesizeKey("KEY_ArrowUp"); // first entry
synthesizeKey("KEY_ArrowUp"); // deselects
synthesizeKey("KEY_ArrowUp"); // footer
synthesizeKey("KEY_ArrowUp"); // last entry
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-2", form.pword, "pass-2");
});
add_task(async function form1_fill_username_without_autofill_right() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
// Set first entry w/o triggering autocomplete
synthesizeKey("KEY_ArrowDown"); // first
synthesizeKey("KEY_ArrowRight");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-1", form.pword, ""); // empty password
});
add_task(async function form1_fill_username_without_autofill_left() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
// Set first entry w/o triggering autocomplete
synthesizeKey("KEY_ArrowDown"); // first
synthesizeKey("KEY_ArrowLeft");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-1", form.pword, ""); // empty password
});
add_task(async function form1_pageup_first() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
// Check first entry (page up)
synthesizeKey("KEY_ArrowDown"); // first
synthesizeKey("KEY_ArrowDown"); // second
synthesizeKey("KEY_PageUp"); // first
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-1", form.pword, "pass-1");
});
add_task(async function form1_pagedown_last() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
/* test 13 */
// Check last entry (page down)
synthesizeKey("KEY_ArrowDown"); // first
synthesizeKey("KEY_PageDown"); // footer
synthesizeKey("KEY_ArrowUp"); // last
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-2", form.pword, "pass-2");
});
add_task(async function form1_untrusted_event() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
// Send a fake (untrusted) event.
checkLoginForm(form.uname, "", form.pword, "");
form.uname.value = "user-2";
sendFakeAutocompleteEvent(form.uname);
checkLoginForm(form.uname, "user-2", form.pword, "");
});
add_task(async function form1_delete() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-3", "pass-3", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
// XXX tried sending character "t" before/during dropdown to test
// filtering, but had no luck. Seemed like the character was getting lost.
// Setting uname.value didn't seem to work either. This works with a human
// driver, so I'm not sure what's up.
// Delete the first entry (of 3), "user-1"
synthesizeKey("KEY_ArrowDown");
const numLoginsBeforeDeletion = await LoginManager.countLogins(origin, "https://autocomplete:8888", null);
is(numLoginsBeforeDeletion, 3, "Correct number of logins before deleting one");
const countChangedPromise = notifyMenuChanged(3);
const deletionPromise = promiseStorageChanged(["removeLogin"]);
// On OS X, shift-backspace and shift-delete work, just delete does not.
// On Win/Linux, shift-backspace does not work, delete and shift-delete do.
synthesizeKey("KEY_Delete", {shiftKey: true});
await deletionPromise;
checkLoginForm(form.uname, "", form.pword, "");
const numLoginsAfterDeletion = await LoginManager.countLogins(origin, "https://autocomplete:8888", null);
is(numLoginsAfterDeletion, 2, "Correct number of logins after deleting one");
await countChangedPromise;
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-2", form.pword, "pass-2");
});
add_task(async function form1_delete_second() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-3", "pass-3", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
// Delete the second entry (of 3), "user-2"
synthesizeKey("KEY_ArrowDown");
synthesizeKey("KEY_ArrowDown");
synthesizeKey("KEY_Delete", {shiftKey: true});
checkLoginForm(form.uname, "", form.pword, "");
const numLoginsAfterDeletion = await LoginManager.countLogins(origin, "https://autocomplete:8888", null);
is(numLoginsAfterDeletion, 2, "Correct number of logins after deleting one");
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-3", form.pword, "pass-3");
});
add_task(async function form1_delete_last() {
await setStoredLoginsAsync(
[origin, "https://autocomplete:8888", null, "user-1", "pass-1", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-2", "pass-2", "uname", "pword"],
[origin, "https://autocomplete:8888", null, "user-3", "pass-3", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete:8888/formtest.js"
});
await promiseFormsProcessedInSameProcess();
// Trigger autocomplete popup
form.uname.focus();
await popupByArrowDown();
/* test 54 */
// Delete the last entry (of 3), "user-3"
synthesizeKey("KEY_ArrowDown");
synthesizeKey("KEY_ArrowDown");
synthesizeKey("KEY_ArrowDown");
const numLoginsBeforeDeletion = await LoginManager.countLogins(origin, "https://autocomplete:8888", null);
is(numLoginsBeforeDeletion, 3, "Correct number of logins before deleting one");
synthesizeKey("KEY_Delete", {shiftKey: true});
checkLoginForm(form.uname, "", form.pword, "");
const numLoginsAfterDeletion = await LoginManager.countLogins(origin, "https://autocomplete:8888", null);
is(numLoginsAfterDeletion, 2, "Correct number of logins after deleting one");
synthesizeKey("KEY_ArrowDown");
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user-1", form.pword, "pass-1");
});
// Tests for single-user forms for ignoring autocomplete=off */
add_task(async function form_default() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete2", null, "user", "pass", "uname", "pword"],
);
const form = createLoginForm({
action: "https://autocomplete2"
});
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "user", form.pword, "pass");
});
add_task(async function password_autocomplete_off() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete2", null, "user", "pass", "uname", "pword"],
);
const form = createLoginForm({
action: "https://autocomplete2",
password: {
autocomplete: "off"
}
});
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "user", form.pword, "pass");
// Trigger autocomplete popup
restoreForm(form);
await popupByArrowDown();
// Check first entry
synthesizeKey("KEY_ArrowDown");
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update
synthesizeKey("KEY_Enter");
await promiseFormsProcessedInSameProcess();
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", form.pword, "pass");
});
add_task(async function username_autocomplete_off() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete2", null, "user", "pass", "uname", "pword"],
);
const form = createLoginForm({
action: "https://autocomplete2",
username: {
autocomplete: "off"
}
});
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "user", form.pword, "pass");
restoreForm(form);
await popupByArrowDown();
// Check first entry
synthesizeKey("KEY_ArrowDown");
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update
synthesizeKey("KEY_Enter");
await promiseFormsProcessedInSameProcess();
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", form.pword, "pass");
});
add_task(async function form_autocomplete_off() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete2", null, "user", "pass", "uname", "pword"],
);
const form = createLoginForm({
action: "https://autocomplete2",
autocomplete: "off"
});
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "user", form.pword, "pass");
restoreForm(form);
await popupByArrowDown();
// Check first entry
synthesizeKey("KEY_ArrowDown");
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update
synthesizeKey("KEY_Enter");
await promiseFormsProcessedInSameProcess();
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", form.pword, "pass");
});
add_task(async function username_and_password_autocomplete_off() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete2", null, "user", "pass", "uname", "pword"],
);
const form = createLoginForm({
action: "https://autocomplete2",
username: {
autocomplete: "off"
},
password: {
autocomplete: "off"
}
});
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "user", form.pword, "pass");
restoreForm(form);
await popupByArrowDown();
// Check first entry
synthesizeKey("KEY_ArrowDown");
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update
synthesizeKey("KEY_Enter");
await promiseFormsProcessedInSameProcess();
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", form.pword, "pass");
});
add_task(async function changing_username_does_not_touch_password() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete2", null, "user", "pass", "uname", "pword"],
);
const form = createLoginForm({
action: "https://autocomplete2",
username: {
autocomplete: "off"
},
password: {
autocomplete: "off"
}
});
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "user", form.pword, "pass");
// Test that the password field remains filled in after changing
// the username.
form.uname.focus();
synthesizeKey("KEY_ArrowRight");
synthesizeKey("X", {shiftKey: true});
// Trigger the 'blur' event on uname
form.pword.focus();
await spinEventLoop();
checkLoginForm(form.uname, "userX", form.pword, "pass");
});
add_task(async function form7() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete3", null, "user-1", "pass-1", "uname", "pword"],
[location.origin, "https://autocomplete3", null, "user-2", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete3"
});
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "", form.pword, "");
// Insert a new username field into the form. We'll then make sure
// that invoking the autocomplete doesn't try to fill the form.
const newField = document.createElement("input");
newField.setAttribute("type", "text");
newField.setAttribute("name", "uname2");
form.insertBefore(newField, form.pword);
await spinEventLoop();
is(newField.value, "", "Verifying empty uname2");
});
add_task(async function form7_2() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete3", null, "user", "pass", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete3"
});
await promiseFormsProcessedInSameProcess();
// Insert a new username field into the form. We'll then make sure
// that invoking the autocomplete doesn't try to fill the form.
const newField = document.createElement("input");
newField.setAttribute("type", "text");
newField.setAttribute("name", "uname2");
form.insertBefore(newField, form.pword);
restoreForm(form);
const autocompleteItems = await popupByArrowDown();
checkAutoCompleteResults(autocompleteItems,
["user"],
window.location.host,
"Check dropdown is showing all logins while field is blank");
// Check first entry
synthesizeKey("KEY_ArrowDown");
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update
synthesizeKey("KEY_Enter");
// The form changes, so we expect the old username field to get the
// selected autocomplete value, but neither the new username field nor
// the password field should have any values filled in.
await SimpleTest.promiseWaitForCondition(() => form.uname.value == "user",
"Wait for username to get filled");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", form.pword, "");
is(newField.value, "", "Verifying empty uname2");
});
add_task(async function form8() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete", null, "user", "pass", "uname", "pword"]
);
const form1 = createLoginForm({
num: 1,
action: "https://autocomplete-other"
});
const form2 = createLoginForm({
num: 2,
action: "https://autocomplete"
});
await promiseFormsProcessedInSameProcess(2);
checkLoginForm(form2.uname, "user", form2.pword, "pass");
restoreForm(form2);
checkLoginForm(form2.uname, "", form2.pword, "");
form1.uname.focus();
checkLoginForm(form2.uname, "", form2.pword, "");
});
add_task(async function form9_filtering() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete", null, "form9userAB", "pass-1", "uname", "pword"],
[location.origin, "https://autocomplete", null, "form9userAAB", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete"
});
await promiseFormsProcessedInSameProcess();
let results = await popupBy(() => form.uname.focus());
checkAutoCompleteResults(results,
["form9userAAB", "form9userAB"],
window.location.host,
"Check dropdown is showing all logins while field is blank");
synthesizeKey("KEY_Escape"); // Need to close the popup so we can get another popupshown after sending the string below.
results = await popupBy(() => sendString("form9userAB"));
checkAutoCompleteResults(results,
["form9userAB"],
window.location.host,
"Check dropdown is showing login with only one 'A'");
checkLoginForm(form.uname, "form9userAB", form.pword, "");
form.uname.focus();
synthesizeKey("KEY_ArrowLeft");
results = await popupBy(() => synthesizeKey("A", {shiftKey: true}));
checkLoginForm(form.uname, "form9userAAB", form.pword, "");
checkAutoCompleteResults(results, ["form9userAAB"],
window.location.host, "Check dropdown is updated after inserting 'A'");
synthesizeKey("KEY_ArrowDown");
synthesizeKey("KEY_Enter");
await promiseFormsProcessedInSameProcess();
await promiseACPopupClosed();
checkLoginForm(form.uname, "form9userAAB", form.pword, "pass-2");
});
add_task(async function form9_autocomplete_cache() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete", null, "form9userAB", "pass-1", "uname", "pword"],
[location.origin, "https://autocomplete", null, "form9userAAB", "pass-2", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete"
});
await promiseFormsProcessedInSameProcess();
await popupBy(() => form.uname.focus());
await addLoginsInParent(
[location.origin, "https://autocomplete", null, "form9userAABzz", "pass-3", "uname", "pword"]
);
const promise1 = notifyMenuChanged(1);
sendString("z");
const results1 = await promise1;
checkAutoCompleteResults(results1, [], window.location.host,
"Check popup does not have any login items");
// check that empty results are cached - bug 496466
const promise2 = notifyMenuChanged(1);
sendString("z");
const results2 = await promise2;
checkAutoCompleteResults(results2, [], window.location.host,
"Check popup only has the footer when it opens");
});
add_task(async function form11_formless() {
await setStoredLoginsAsync(
[location.origin, location.origin, null, "user", "pass", "uname", "pword"]
);
const form = createLoginForm();
await promiseFormsProcessedInSameProcess();
// Test form-less autocomplete
restoreForm(form);
checkLoginForm(form.uname, "", form.pword, "");
await popupByArrowDown();
// Trigger autocomplete
synthesizeKey("KEY_ArrowDown");
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update
const processedPromise = promiseFormsProcessedInSameProcess();
synthesizeKey("KEY_Enter");
await processedPromise;
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", form.pword, "pass");
});
add_task(async function form11_open_on_trusted_focus() {
await setStoredLoginsAsync(
[location.origin, location.origin, null, "user", "pass", "uname", "pword"]
);
const form = createLoginForm();
await promiseFormsProcessedInSameProcess();
form.uname.value = "";
form.pword.value = "";
// Move focus to the password field so we can test the first click on the
// username field.
form.pword.focus();
checkLoginForm(form.uname, "", form.pword, "");
const firePrivEventPromise = new Promise((resolve) => {
form.uname.addEventListener("click", (e) => {
ok(e.isTrusted, "Ensure event is trusted");
resolve();
});
});
await popupBy(async () => {
synthesizeMouseAtCenter(form.uname, {});
await firePrivEventPromise;
});
synthesizeKey("KEY_ArrowDown");
const processedPromise = promiseFormsProcessedInSameProcess();
synthesizeKey("KEY_Enter");
await processedPromise;
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", form.pword, "pass");
});
add_task(async function form12_recipes() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete", null, "user", "pass", "uname", "pword"]
);
const form = createLoginForm({
action: "https://autocomplete",
password: {
type: "text"
}
});
await loadRecipes({
siteRecipes: [{
"hosts": [window.location.host],
"usernameSelector": "input[name='1']",
"passwordSelector": "input[name='2']",
}],
});
// First test DOMAutocomplete
// Switch the password field to type=password so _fillForm marks the username
// field for autocomplete.
form.pword.type = "password";
await promiseFormsProcessedInSameProcess();
restoreForm(form);
checkLoginForm(form.uname, "", form.pword, "");
await popupByArrowDown();
synthesizeKey("KEY_ArrowDown");
checkLoginForm(form.uname, "", form.pword, ""); // value shouldn't update
synthesizeKey("KEY_Enter");
await promiseFormsProcessedInSameProcess();
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", form.pword, "pass");
// Now test recipes with blur on the username field.
restoreForm(form);
checkLoginForm(form.uname, "", form.pword, "");
form.uname.value = "user";
checkLoginForm(form.uname, "user", form.pword, "");
synthesizeKey("KEY_Tab");
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "user", form.pword, "pass");
await resetRecipes();
});
add_task(async function form13_stays_open_upon_empty_search() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete:8888", null, "", "pass", "", "pword"],
);
const form = createLoginForm({
action: "https://autocomplete:8888",
username: {
value: "prefilled"
},
password: {
value: "prefilled"
}
});
await promiseFormsProcessedInSameProcess();
checkLoginForm(form.uname, "prefilled", form.pword, "prefilled");
form.uname.scrollIntoView();
await popupBy(() => synthesizeMouseAtCenter(form.uname, {}));
form.uname.select();
synthesizeKey("KEY_Delete");
await spinEventLoop();
let popupState = await getPopupState();
is(popupState.open, true, "Check popup is still open");
checkLoginForm(form.uname, "", form.pword, "prefilled");
info("testing password field");
synthesizeMouseAtCenter(form.pword, {});
form.pword.select();
popupState = await getPopupState();
is(popupState.open, false, "Check popup closed since password field isn't empty");
await popupBy(() => synthesizeKey("KEY_Delete"));
checkLoginForm(form.uname, "", form.pword, "");
});
add_task(async function form14_username_only() {
await setStoredLoginsAsync(
[location.origin, "https://autocomplete", null, "user", "pass", "uname", "pword"],
);
const form = createLoginForm({
action: "https://autocomplete",
autocomplete: "off",
username: {
value: "prefilled",
type: "email",
autocomplete: "username"
}
});
await promiseFormsProcessedInSameProcess();
await SimpleTest.promiseFocus(window);
const pword = { value: "" };
checkLoginForm(form.uname, "prefilled", pword, "");
restoreForm(form);
await popupByArrowDown();
// Check first entry
synthesizeKey("KEY_ArrowDown");
checkLoginForm(form.uname, "", pword, ""); // value shouldn't update
synthesizeKey("KEY_Enter");
await promiseACPopupClosed();
checkLoginForm(form.uname, "user", pword, "");
});
</script>
</pre>
</body>
</html>
|