зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1562242 - Replace XUL textboxes with HTML input in browser/base/content/popup-notifications.inc. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D36341 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
7ec2097ae8
Коммит
91a6478d2e
|
@ -54,8 +54,8 @@
|
|||
|
||||
<popupnotification id="password-notification" hidden="true">
|
||||
<popupnotificationcontent orient="vertical">
|
||||
<textbox id="password-notification-username"/>
|
||||
<textbox id="password-notification-password" type="password" show-content=""/>
|
||||
<html:input id="password-notification-username"/>
|
||||
<html:input id="password-notification-password" type="password"/>
|
||||
<checkbox id="password-notification-visibilityToggle" hidden="true"/>
|
||||
</popupnotificationcontent>
|
||||
</popupnotification>
|
||||
|
|
|
@ -43,7 +43,7 @@ add_task(async function test_toggle_password() {
|
|||
Assert.ok(toggleCheckbox.checked);
|
||||
Assert.equal(
|
||||
passwordTextbox.type,
|
||||
"",
|
||||
"text",
|
||||
"Password textbox changed to plain text"
|
||||
);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче