Skip to content

Commit

Permalink
Solve oddities with IE
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Sep 2, 2022
1 parent f6b97df commit b6ad64b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
10 changes: 2 additions & 8 deletions test/integration/rules/target-size/target-size.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@
<p>
<button id="pass1" style="margin-right: 20px">x</button>
<select id="pass2">
<option>1</option>
<option>2</option>
<option>opt 1</option>
<option>opt 2</option>
</select>
<textarea id="pass3"></textarea>
</p>

<p>
<button id="pass4">x</button>
<button disabled>x</button>
<button id="pass5">x</button>
</p>

<!-- Failed examples -->
<p>
<button id="fail1">x</button
Expand Down
9 changes: 1 addition & 8 deletions test/integration/rules/target-size/target-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,5 @@
["#fail5"],
["#fail6"]
],
"passes": [
["#pass1"],
["#pass2"],
["#pass3"],
["#pass4"],
["#pass5"],
["#pass-adjacent"]
]
"passes": [["#pass1"], ["#pass2"], ["#pass3"], ["#pass-adjacent"]]
}

0 comments on commit b6ad64b

Please sign in to comment.