UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

16 lines (15 loc) 261 B
<!doctype html> <html id="pass3"> <head> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <p>This iframe should pass<p> <main> <footer> <p>This footer is in a main landmark should be ignored</p> </footer> </main> </body> </html>