Skip to content

Commit

Permalink
Remove redundant attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Oct 18, 2020
1 parent 92e704d commit 55d9aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>Listbox</h1>
<p>This is a Cypress test page. For specifications, please see the <a href="/mochawesome-report/mochawesome.html">Cypress test report</a>.</p>
<fieldset id="test-0">
<legend>Native select</legend>
<label for="select" data-selection-follows-focus="false">Native select</label>
<label for="select">Native select</label>
<select id="select" data-selection-follows-focus="false">
<option value="">Default</option>
<option value="option1">Option 1</option>
Expand Down

0 comments on commit 55d9aac

Please sign in to comment.