• Home
Name Date Size #Lines LOC

..--

webidl2/12-May-2024-6,1524,976

.gitignoreD12-May-202436 43

.htaccessD12-May-2024107 32

LICENSED12-May-20241.5 KiB3124

META.ymlD12-May-202433 32

SVGAnimationTestCase-testharness.jsD12-May-20243.6 KiB10362

accesskey.jsD12-May-20241.2 KiB3521

blank.htmlD12-May-2024379 1716

channel.sub.jsD12-May-202438.2 KiB1,098750

check-layout-th.jsD12-May-20249.8 KiB249208

check-layout.jsD12-May-202411.1 KiB246202

idlharness-shadowrealm.jsD12-May-20243.2 KiB8257

idlharness.jsD12-May-2024141.6 KiB3,5272,486

idlharness.js.headersD12-May-202473 32

readme.mdD12-May-2024557 1510

sriharness.jsD12-May-20247.8 KiB227174

test-only-api.jsD12-May-2024932 3219

test-only-api.js.headersD12-May-202473 32

test-only-api.m.jsD12-May-2024280 62

test-only-api.m.js.headersD12-May-202473 32

testdriver-actions.jsD12-May-202418.4 KiB600385

testdriver-vendor.jsD12-May-20240 10

testdriver-vendor.js.headersD12-May-202473 32

testdriver.jsD12-May-202430.8 KiB735242

testdriver.js.headersD12-May-202473 32

testharness.css.headersD12-May-202465 32

testharness.jsD12-May-2024180.2 KiB4,9093,802

testharness.js.headersD12-May-202473 32

testharnessreport.jsD12-May-20242.2 KiB5825

testharnessreport.js.headersD12-May-202473 32

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