add a test case for redundant roles

pull/7067/head
James Bradbury 5 years ago
parent 373efcbe3e
commit 7eeca8e364

@ -0,0 +1,7 @@
<button role="button" />
<nav role="navigation" />
<a href='/' role="link">a link</a>
<header role='banner'></header>
<footer role='contentinfo'></footer>
<main role='main'></main>
Loading…
Cancel
Save