Failing page
This page is designed to contain at least one failure of each custom test in the combo10
proc of Autotest.
Motion
This sentence moves for 20 seconds, so it should fail the motion
test.
Link underlining
Here are two non-inline links. One is underlined and the other is not, so they should fail styleDiff
. They should pass linkUl
, because it makes underlining of non-inline links optional.
This paragraph contains an inline but not underlined link to Source 3, so it should fail linkUl
.
Focus indicator
The link in this paragraph is not outlined when focused. Here is a link to Source 4. So it should fail focOl
The following form’s controls, too, are not outlined when focused, so they, too, should fail focOl
.
Keyboard navigability
The following link is not keyboard-focusable. This is a link to Source 5.
And this paragraph is focusable, though not operable.
Therefore, both of these should fail focOp
.
Menus
The following menu bar contains menu buttons controlling submenus. The first menu button (Personalities) can be focused with keyboard navigation. An ArrowDown keypress fails to open the submenu. An ArrowRight keypress fails to navigate to the second menu button (Technologies). So the Personalities button should pass focOp
, the Technologies button should fail it, and it should ignore both submenus. The submenu menu items should, however, be tested by focOpAll
and fail it.
Labeling
The following form’s controls have multiple conflicting labels, so labClash
should classify them as mislabeled.
The following labels label multiple labelable elements.
Embedded active elements
The following active elements are embedded in other active elements, so they should fail the embAc
test.
Radio buttons
The fieldset
element containing the following radio buttons has no legend
element, so it should fail radioSet
.
The following radio buttons in a fieldset
element do not all have the same name, so they, too, should fail radioSet
.
The following radio buttons are not in a fieldset
element at all, so they, too, should fail radioSet
.
Roles
The following roles should fail role
.
This formula has a non-existent ARIA role: 3 + 5 = 8.
The following definitions use ARIA roles instead of an HTML dl
structure.
- king: hereditary male ruler
- queen: hereditary female ruler
The following paragraph has an abstract role.
This is the end of a section of the document.
The paragraph at the end of this document, too, should violate role
.
Style consistency
The above heading and the button below differ in color, font, minimum height, and/or border from their peers elsewhere in this document, so they should fail styleDiff
.
Hovering
Hovering over a list item below makes a detail visible, so the list items should fail hover
.
Peripherals
- mouse: an analog pointer
- keyboard: a digital inputter
- monitor: a graphical outputter
Contrast
The heading above contrasts insufficiently with its background.