Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 560 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 560 Bytes

Resources

This directory contains utilities intended for use by tests of the web platform. It does not contain tests for web platform features.

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 http://web-platform-tests.org/writing-tests.