Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-keyboard-show-hide-expected.txt

Issue 2670273002: Move tests for DETAILS and SUMMARY elements to html/details_summary/. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698