Using the standard keyboard or an assistive technology that emulates the
keyboard, move focus to the "Submit" button and activates the "Submit" button.
Run test
Expected results
The keyboard or assistive technology that emulates the keyboard
moves focus to the "Submit" button.
The keyboard or assistive technology that emulates the keyboard activates the "Submit" button.
Using the standard keyboard or an assistive technology that emulates the
keyboard, move focus to the "Test Button" and activate the button.
Run test
Expected results
The standard keyboard or an assistive technology that emulates the
keyboard activates "Test Button" and its associated function.
Source code
<form action="../action/return.html" method="post" enctype="application/x-www-form-urlencoded"> <label for="test-button">Test Button: </label> <button id="test-button" onclick="document.write("Test was successful. Click back on your browser to return to the test suite.")" type="button" value="Test Button">Test Button</button> </form>