UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

13 lines (12 loc) 261 B
<!doctype html> <html id="pass1"> <head> <title>Frame with axe-core</title> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <iframe id="pass" src="with-axe.html"></iframe> <iframe id="fail" src="no-axe.html"></iframe> </body> </html>