tree: 1a2c57a13e6fef0db12bfbd82f940649e840bcbd [path history] [tgz]
  1. chromium/
  2. test/
  3. webidl2/
  4. .htaccess
  5. accesskey.js
  6. blank.html
  7. channel.sub.js
  8. check-layout-th.js
  9. idlharness.js
  10. idlharness.js.headers
  11. META.yml
  12. readme.md
  13. sriharness.js
  14. SVGAnimationTestCase-testharness.js
  15. test-only-api.js
  16. test-only-api.js.headers
  17. test-only-api.m.js
  18. test-only-api.m.js.headers
  19. testdriver-actions.js
  20. testdriver-vendor.js
  21. testdriver-vendor.js.headers
  22. testdriver.js
  23. testdriver.js.headers
  24. testharness.js
  25. testharness.js.headers
  26. testharnessreport.js
  27. 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/.