tree: e7e991e9621258f07b70090d27061f93ac3fd620 [path history] [tgz]
  1. webidl2/
  2. .htaccess
  3. check-layout-th.js
  4. idlharness.js
  5. idlharness.js.headers
  6. LICENSE
  7. META.yml
  8. readme.md
  9. sriharness.js
  10. SVGAnimationTestCase-testharness.js
  11. testdriver-actions.js
  12. testdriver-vendor.js
  13. testdriver-vendor.js.headers
  14. testdriver.js
  15. testdriver.js.headers
  16. testharness.js
  17. testharness.js.headers
  18. testharnessreport.js.headers
  19. w3c-import.log
LayoutTests/imported/w3c/web-platform-tests/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/.