UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

17 lines (16 loc) 251 B
<!doctype html> <html lang="en" id="fail2"> <head> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <footer> Footer 1 </footer> <footer> Footer 2 </footer> <iframe id="frame2" src="level2.html"></iframe> </body> </html>