Firefox and Safari focus test
This test is to determine if Firefox and Safari will allow focus on links, form controls and buttons.
Example
Code
<form action="#">
<div>
<label for="form-name">Name</label>
<input id="form-name" type="text" autocomplete="name">
</div>
<button>Submit</button>
</form>