blob: feb365d5d253d3401455b75ca9bcb2a2f26a0e1e [file] [log] [blame]
Tests for moving focus by pressing tab key across label and legend elements.
To manually test, press tab key seven times then shift+tab six times.
It should traverse focusable elements in the ascending order from 1 to 7 and then in the descending order back to 1.
1. An input element inside a non-focusable label element
2. A label element with an input element
3. An input elment inside a focusable label element
4. A label element with just text
5. A fieldset element with tabindex
6. A focusable legend element inside a fieldset element
7. An input element inside a fieldset element
6. A focusable legend element inside a fieldset element
5. A fieldset element with tabindex
4. A label element with just text
3. An input elment inside a focusable label element
2. A label element with an input element
1. An input element inside a non-focusable label element