Test: Basic html password input test (NVDA/Firefox)
Expectation: input[type="password"] element: MUST obfuscate the value
| Property | Value |
|---|---|
| Support | yes |
| AT Name | NVDA |
| AT Version | 2019.2.1 |
| Browser Name | Firefox |
| Browser Version | 69 |
| OS version | Windows 10 version 1903 |
| Date | 2019-10-15 |
| Notes |
Commands and Output
These are specific commands used to access the target element in the test, along with the resulting output.
| Command | Result | Output | Notes |
|---|---|---|---|
| next_item (down arrow) | fail | "clickable, enter a fake password, edit protected" | Grading note: This command may be expected to fail. This result simply indicates that it did not yield support. |
| next_focusable_item (Tab) | fail | "enter a fake password, edit protected, selected" | Grading note: This command may be expected to fail. This result simply indicates that it did not yield support. |
| enter_text (<enter text>) | pass | "star" |