UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

21 lines (19 loc) 374 B
<!doctype html> <html> <head> <title>Double responding frame</title> </head> <body> <script src="../../../lib/core/utils/uuid.js"></script> <script> var utils = {}; var axe = { version: '3.0.4' }; </script> <script src="../../../lib/core/utils/respondable.js"></script> <script> utils.respondable(window.parent, 'catman', null, undefined); </script> </body> </html>