frame-tested.json 367 B

123456789101112131415
  1. {
  2. "id": "frame-tested",
  3. "evaluate": "frame-tested-evaluate",
  4. "options": {
  5. "isViolation": false
  6. },
  7. "metadata": {
  8. "impact": "critical",
  9. "messages": {
  10. "pass": "The iframe was tested with axe-core",
  11. "fail": "The iframe could not be tested with axe-core",
  12. "incomplete": "The iframe still has to be tested with axe-core"
  13. }
  14. }
  15. }