axe-core
Version:
Accessibility engine for automated Web UI testing
28 lines (26 loc) • 557 B
HTML
<html id="pass2">
<head>
<meta charset="utf8">
<script src="/axe.js"></script>
</head>
<body>
<p>This iframe should pass, too</p>
<div role="navigation">
<p>This div has role navigation</p>
</div>
<footer>
<p>This footer is not within another landmark</p>
</footer>
<div role="complementary">
<p>This div has role complementary</p>
</div>
<div role="search">
<p>This div has role search</p>
</div>
<div role="form">
<p>This div has role form<p>
</div>
<iframe id="frame2" src="level2.html"></iframe>
</body>
</html>