Name Date Size

..25-Oct-20244 KiB

.gitignoreH A D25-Oct-202436

.htaccessH A D25-Oct-2024107

accesskey.jsH A D25-Oct-20241.2 KiB

blank.htmlH A D25-Oct-2024379

channel.sub.jsH A D25-Oct-202438.2 KiB

check-layout-th.jsH A D25-Oct-20249.8 KiB

check-layout.jsH A D25-Oct-202411.1 KiB

idlharness-shadowrealm.jsH A D25-Oct-20243.2 KiB

idlharness.jsH A D25-Oct-2024141.6 KiB

idlharness.js.headersH A D25-Oct-202473

LICENSEH A D25-Oct-20241.5 KiB

META.ymlH A D25-Oct-202433

readme.mdH A D25-Oct-2024557

sriharness.jsH A D25-Oct-20247.8 KiB

SVGAnimationTestCase-testharness.jsH A D25-Oct-20243.6 KiB

test-only-api.jsH A D25-Oct-2024932

test-only-api.js.headersH A D25-Oct-202473

test-only-api.m.jsH A D25-Oct-2024280

test-only-api.m.js.headersH A D25-Oct-202473

testdriver-actions.jsH A D25-Oct-202418.4 KiB

testdriver-vendor.jsH A D25-Oct-20240

testdriver-vendor.js.headersH A D25-Oct-202473

testdriver.jsH A D25-Oct-202430.8 KiB

testdriver.js.headersH A D25-Oct-202473

testharness.css.headersH A D25-Oct-202465

testharness.jsH A D25-Oct-2024180.2 KiB

testharness.js.headersH A D25-Oct-202473

testharnessreport.jsH A D25-Oct-20242.2 KiB

testharnessreport.js.headersH A D25-Oct-202473

webidl2/H25-Oct-20244 KiB

readme.md

1# Resources
2
3This directory contains utilities intended for use by tests and maintained as project infrastructure.
4It does not contain tests.
5
6## `testharness.js`
7
8`testharness.js` is a framework for writing low-level tests of
9browser functionality in javascript. It provides a convenient API for
10making assertions and is intended to work for both simple synchronous
11tests, and tests of asynchronous behaviour.
12
13Complete documentation is available in the `docs/` directory of this repository
14and on the web at https://web-platform-tests.org/writing-tests/.
15