| <!DOCTYPE html> |
| <html> |
| <head> |
| <script src="resources/process-auto-fill-button-type-and-invoke-runTest.js"></script> |
| </head> |
| <body> |
| <p>This tests that the Strong Password and Strong Confirmation Password AutoFill buttons do not render in a disabled field. It can only be tested in the test tool.</p> |
| <input type="password" placeholder="disabled" disabled data-auto-fill-button-type="StrongPassword"> |
| <input type="password" placeholder="disabled" disabled data-auto-fill-button-type="StrongConfirmationPassword"> |
| </body> |
| </html> |