UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

13 lines (12 loc) 265 B
<!doctype html> <html> <head> <title>Hello</title> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <iframe src="level2.html" title="" id="violation2"></iframe> <iframe src="level2-a.html" title="hello" id="pass1"></iframe> </body> </html>