tree: 3ac3d827b136aca75a0d1ff55eec2cffb9a49eb9 [path history] [tgz]
  1. chromium/
  2. test/
  3. webidl2/
  4. .htaccess
  5. check-layout-th.js
  6. idlharness.js
  7. idlharness.js.headers
  8. META.yml
  9. readme.md
  10. sriharness.js
  11. SVGAnimationTestCase-testharness.js
  12. testdriver-actions.js
  13. testdriver-vendor.js
  14. testdriver-vendor.js.headers
  15. testdriver.js
  16. testdriver.js.headers
  17. testharness.js
  18. testharness.js.headers
  19. testharnessreport.js
  20. testharnessreport.js.headers
resources/readme.md

Resources

This directory contains utilities intended for use by tests and maintained as project infrastructure. It does not contain tests.

testharness.js

testharness.js is a framework for writing low-level tests of browser functionality in javascript. It provides a convenient API for making assertions and is intended to work for both simple synchronous tests, and tests of asynchronous behaviour.

Complete documentation is available in the docs/ directory of this repository and on the web at https://web-platform-tests.org/writing-tests/.