https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9b6e516d529b526e06447d171dc2937f646bbe89 authored by Bear Travis on 11 July 2014, 21:52:43 UTC
Adding basic tests for the CSS.supports API as part of the CSS Conditional Rules Module L3.
Tip revision: 9b6e516
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