Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 EnterMe | |
| 2 | |
| 3 | |
| 4 SVG anchor with tabindex | |
| 5 This test ensures that the link is activated by enter key on focusing the child element inside the anchor | |
| 6 | |
| 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 8 | |
| 9 | |
| 10 | |
| 11 H1 - keydown - Enter | |
| 12 H1 - keypress - Enter | |
| 13 A - click | |
| 14 H1 - keyup - Enter | |
| 15 | |
| 16 | |
| 17 TEXTAREA - keydown - Enter | |
| 18 TEXTAREA - keypress - Enter | |
| 19 TEXTAREA - keyup - Enter | |
| 20 | |
| 21 | |
| 22 text - keydown - Enter | |
| 23 text - keypress - Enter | |
| 24 a - click | |
| 25 text - keyup - Enter | |
| 26 PASS successfullyParsed is true | |
| 27 | |
| 28 TEST COMPLETE | |
| 29 | |
| OLD | NEW |