tree: 06e5db309ba85b81f0e3a577fdaed88a270d2bd3 [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. check-layout.js
  10. idlharness-shadowrealm.js
  11. idlharness.js
  12. idlharness.js.headers
  13. META.yml
  14. readme.md
  15. sriharness.js
  16. SVGAnimationTestCase-testharness.js
  17. test-only-api.js
  18. test-only-api.js.headers
  19. test-only-api.m.js
  20. test-only-api.m.js.headers
  21. testdriver-actions.js
  22. testdriver-vendor.js
  23. testdriver-vendor.js.headers
  24. testdriver.js
  25. testdriver.js.headers
  26. testharness.js
  27. testharness.js.headers
  28. testharnessreport.js
  29. 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/.