UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

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