axe-core
Version:
Accessibility engine for automated Web UI testing
18 lines (17 loc) • 338 B
HTML
<html lang="en" id="fail3">
<head>
<meta charset="utf8">
<script src="/axe.js"></script>
</head>
<body>
<main>
<div role="contentinfo">
Div 1 with role contentinfo in main landmark
</div>
<div role="contentinfo">
Div 2 with role contentinfo in main landmark
</div>
</main>
</body>
</html>