UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

12 lines (11 loc) 235 B
<!doctype html> <html id="level1"> <head> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <iframe id="frame2-a" src="level2-a.html"></iframe> <iframe id="frame2-b" src="level2-b.html"></iframe> </body> </html>