Skip to content

Commit

Permalink
moar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jul 10, 2024
1 parent 227bdd9 commit 01fdb72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/integration/rules/aria-allowed-attr/failures.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
></audio>

<div id="fail6" role="combobox" aria-multiline="false"></div>
<div id="fail7" role="combobox" aria-multiline="true"></div>
<div id="fail7" role="combobox" aria-multiline="true" contenteditable></div>
<div id="fail8" role="combobox" aria-multiline="true"></div>
3 changes: 2 additions & 1 deletion test/integration/rules/aria-allowed-attr/failures.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
["#fail4"],
["#fail5"],
["#fail6"],
["#fail7"]
["#fail7"],
["#fail8"]
]
}

0 comments on commit 01fdb72

Please sign in to comment.