Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
webidl2/ | 12-May-2024 | - | 6,152 | 4,976 | ||
.gitignore | D | 12-May-2024 | 36 | 4 | 3 | |
.htaccess | D | 12-May-2024 | 107 | 3 | 2 | |
LICENSE | D | 12-May-2024 | 1.5 KiB | 31 | 24 | |
META.yml | D | 12-May-2024 | 33 | 3 | 2 | |
SVGAnimationTestCase-testharness.js | D | 12-May-2024 | 3.6 KiB | 103 | 62 | |
accesskey.js | D | 12-May-2024 | 1.2 KiB | 35 | 21 | |
blank.html | D | 12-May-2024 | 379 | 17 | 16 | |
channel.sub.js | D | 12-May-2024 | 38.2 KiB | 1,098 | 750 | |
check-layout-th.js | D | 12-May-2024 | 9.8 KiB | 249 | 208 | |
check-layout.js | D | 12-May-2024 | 11.1 KiB | 246 | 202 | |
idlharness-shadowrealm.js | D | 12-May-2024 | 3.2 KiB | 82 | 57 | |
idlharness.js | D | 12-May-2024 | 141.6 KiB | 3,527 | 2,486 | |
idlharness.js.headers | D | 12-May-2024 | 73 | 3 | 2 | |
readme.md | D | 12-May-2024 | 557 | 15 | 10 | |
sriharness.js | D | 12-May-2024 | 7.8 KiB | 227 | 174 | |
test-only-api.js | D | 12-May-2024 | 932 | 32 | 19 | |
test-only-api.js.headers | D | 12-May-2024 | 73 | 3 | 2 | |
test-only-api.m.js | D | 12-May-2024 | 280 | 6 | 2 | |
test-only-api.m.js.headers | D | 12-May-2024 | 73 | 3 | 2 | |
testdriver-actions.js | D | 12-May-2024 | 18.4 KiB | 600 | 385 | |
testdriver-vendor.js | D | 12-May-2024 | 0 | 1 | 0 | |
testdriver-vendor.js.headers | D | 12-May-2024 | 73 | 3 | 2 | |
testdriver.js | D | 12-May-2024 | 30.8 KiB | 735 | 242 | |
testdriver.js.headers | D | 12-May-2024 | 73 | 3 | 2 | |
testharness.css.headers | D | 12-May-2024 | 65 | 3 | 2 | |
testharness.js | D | 12-May-2024 | 180.2 KiB | 4,909 | 3,802 | |
testharness.js.headers | D | 12-May-2024 | 73 | 3 | 2 | |
testharnessreport.js | D | 12-May-2024 | 2.2 KiB | 58 | 25 | |
testharnessreport.js.headers | D | 12-May-2024 | 73 | 3 | 2 |
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