UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

16 lines (15 loc) 292 B
<!doctype html> <html id="violation2"> <head> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <p>This iframe should fail, too</p> <div role="complementary"> <header> <p>This banner landmark is in a complementary landmark</p> </header> </div> </body> </html>