OLD | NEW |
| (Empty) |
1 This test verifies that pressing the ENTER or SPACEBAR key when the <summary> ha
s focus will toggle the <details> display. On expanding details.open will be tru
e and vice versa. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 PASS openAttribute("details") is false | |
7 Toggle <display> using Enter key: | |
8 PASS openAttribute("details") is true | |
9 PASS openAttribute("details") is false | |
10 Toggle <display> using Spacebar key: | |
11 PASS openAttribute("details") is true | |
12 PASS openAttribute("details") is false | |
13 PASS successfullyParsed is true | |
14 | |
15 TEST COMPLETE | |
16 | |
OLD | NEW |