UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

13 lines (12 loc) 275 B
<!doctype html> <html id="violation1" lang="@(#$*"> <head> <title>No lang test</title> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <iframe id="frame2" src="level2.html"></iframe> <iframe id="frame3" src="level2-a.html"></iframe> </body> </html>