Automatic update from web-platform-tests Implement testdriver features (RFC-214) (#49122) * Add support for testdriver features # Conflicts: # lint.ignore # tools/manifest/item.py * Enable BiDi for Chrome * lint rules * lint rules * indents * Update simulate_adapter.https.html.ini * check path correctly * Address PR comments -- wpt-commits: f3acbb2d315b10aeec14427a585b8b6777b078e8 wpt-pr: 49122
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/.