Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / simpletest / tests / fixtures / select_2nd_selected.html
1 <select name="test">
2   <option value="1">One</option>
3   <option value="2" selected="selected">Two</option>
4 </select>