You are here

select_2nd_selected.html in SimpleTest 8.3

File

tests/fixtures/select_2nd_selected.html
View source
<select name="test">
  <option value="1">One</option>
  <option value="2" selected="selected">Two</option>
</select>