tree: b4b7af0010be7939fb889ccd4ad5034f840aed43
  1. chromium/
  2. webidl2/
  3. .gitignore
  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. out-of-scope-test.js
  13. OWNERS
  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-vendor.js
  22. testdriver-vendor.js.headers
  23. testharness-shadowrealm-audioworkletprocessor.js
  24. testharness-shadowrealm-inner.js
  25. testharness-shadowrealm-outer.js
  26. testharness.js
  27. testharness.js.headers
  28. testharnessreport.js
  29. testharnessreport.js.headers
  30. web-bluetooth-bidi-test.js
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/.