| OLD | NEW |
| 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. | 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 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS openAttribute("details") is false | 6 PASS openAttribute("details") is false |
| 7 Toggle <display> using Enter key: | 7 Toggle <display> using Enter key: |
| 8 PASS openAttribute("details") is true | 8 PASS openAttribute("details") is true |
| 9 PASS openAttribute("details") is false | 9 PASS openAttribute("details") is false |
| 10 Toggle <display> using Spacebar key: | 10 Toggle <display> using Spacebar key: |
| 11 PASS openAttribute("details") is true | 11 PASS openAttribute("details") is true |
| 12 PASS openAttribute("details") is false | 12 PASS openAttribute("details") is false |
| 13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 14 | 14 |
| 15 TEST COMPLETE | 15 TEST COMPLETE |
| 16 | 16 |
| OLD | NEW |