https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0032bc09b92ec14a4c3ec19b161586484ac8a995 authored by Simon Pieters on 10 June 2018, 10:28:37 UTC
Add functional selftests, set status to ERROR when mixing single_test and test
Tip revision: 0032bc0
README.md
## Preparing to run tests
The following steps may be necessary when running test from a new server/origin for the first time.
* Some implementations and/or tests may require consent.
  When running on such clients, manually run a test to trigger the consent request and choose to persist the consent.
* Some of the tests, such as *-retrieve-*, use pop-ups.
  It may be necessary to run these tests manually and choose to always allow pop-ups on the origin.
  Related test failures may appear as: "Cannot set property 'onload' of undefined"
back to top