forked from w3c/aria-at
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a prototype automated test file (not generated)
See w3c#349
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
tests/checkbox/automated/test-01-navigate-to-unchecked-checkbox-reading.nvda.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
nav: reference/two-state-checkbox.html | ||
press: h | ||
assert_contains: Checkbox Example (Two State) | ||
press: x | ||
assert_role: checkbox | ||
assert_checked: false | ||
assert_accname: Lettuce | ||
assert_equals: Sandwich Condiments grouping list with 4 items Lettuce check box not checked | ||
press: x | ||
assert_accname: Tomato | ||
press: Shift+x | ||
assert_role: checkbox | ||
assert_checked: false | ||
assert_accname: Lettuce | ||
assert_equals: Lettuce check box not checked | ||
press: Shift+h | ||
assert_contains: Sandwich Condiments | ||
press: f | ||
assert_role: checkbox | ||
assert_checked: false | ||
assert_accname: Lettuce | ||
assert_equals: Sandwich Condiments grouping list with 4 items Lettuce check box not checked | ||
press: f | ||
assert_accname: Tomato | ||
press: Shift+f | ||
assert_role: checkbox | ||
assert_checked: false | ||
assert_accname: Lettuce | ||
assert_equals: Lettuce check box not checked | ||
press: Shift+h | ||
assert_contains: Sandwich Condiments | ||
press: Tab | ||
assert_role: checkbox | ||
assert_checked: false | ||
assert_accname: Lettuce | ||
assert_equals: Sandwich Condiments grouping list with 4 items Lettuce check box not checked | ||
press: Tab | ||
assert_accname: Tomato | ||
press: Shift+Tab | ||
assert_role: checkbox | ||
assert_checked: false | ||
assert_accname: Lettuce | ||
assert_equals: Lettuce check box not checked |