tree: 4e7421faff99de8276bf4144c31cc9dd15d218a8 [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. 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
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/.