tree: 8e4efa2900183b8a7266d3e6f624718e4124636a [path history] [tgz]
  1. chromium/
  2. webidl2/
  3. .gitignore
  4. .htaccess
  5. check-layout-th.js
  6. idlharness.js
  7. idlharness.js.headers
  8. LICENSE
  9. META.yml
  10. OWNERS
  11. readme.md
  12. sriharness.js
  13. SVGAnimationTestCase-testharness.js
  14. testdriver-actions.js
  15. testdriver-vendor.js.headers
  16. testdriver.js
  17. testdriver.js.headers
  18. testharness.css.headers
  19. testharness.js
  20. testharness.js.headers
  21. testharnessreport.js.headers
third_party/blink/web_tests/external/wpt/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/.