UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

13 lines (12 loc) 274 B
<!doctype html> <html lang="en" id="pass2"> <head> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <p>No main content here either</p> <iframe id="frame2" src="level2-a.html"></iframe> <iframe id="frame3" src="level2.html"></iframe> </body> </html>