F55 (Pass): Due to using script to remove focus when focus is received

HTML Snippet Code
Scenario 1: Focus remain on elements until user hits the tab key
<label> Email <input type="text"> </label> <label> Select email notification <select id="optsel"> <option> -- Select -- </option> <option> Yes </option> <option> No </option> </select> </label> <input type="button" value="submit" id="btnsub"/>