Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This test ensures that we can click to focus an a element. Click on the element below. | |
| 2 | |
| 3 The expected result is platform specific. GTK and QT allows all links to be mous e focusable. | |
| 4 | |
| 5 Result | |
| 6 | |
| 7 | |
| 8 a1 received focus (focusable) | |
| 9 a3 received focus (focusable on GTK and QT) | |
| 10 a4 received focus (focusable) | |
| 11 a5 received focus (focusable) | |
| OLD | NEW |