haikuwebkit/LayoutTests/fast/html/details-keyboard-show-hide-...

17 lines
576 B
Plaintext

This test verifies that pressing the ENTER or SPACEBAR key when the <summary> has focus will toggle the <details> display. On expanding details.open will be true and vice versa.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS openAttribute("details") is false
Toggle <display> using Enter key:
PASS openAttribute("details") is true
PASS openAttribute("details") is false
Toggle <display> using Spacebar key:
PASS openAttribute("details") is true
PASS openAttribute("details") is false
PASS successfullyParsed is true
TEST COMPLETE