tree: 22c459db1cbc27e90dfbe0bd02a726e9d84b1755 [path history] [tgz]
  1. test/
  2. webidl2/
  3. .htaccess
  4. accesskey.js
  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. test-only-api.js
  13. test-only-api.js.headers
  14. test-only-api.m.js
  15. test-only-api.m.js.headers
  16. testdriver-actions.js
  17. testdriver-vendor.js
  18. testdriver-vendor.js.headers
  19. testdriver.js
  20. testdriver.js.headers
  21. testharness.js
  22. testharness.js.headers
  23. testharnessreport.js
  24. testharnessreport.js.headers
  25. 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/.