Update web-platform-tests to revision b55988f768d44a04712866fb605017e67bfadd75

This commit is contained in:
WPT Sync Bot 2021-02-02 08:25:27 +00:00
parent aeea00ebfb
commit 1d60404228
86 changed files with 979 additions and 662 deletions

View file

@ -7,8 +7,7 @@ The tests are designed to be run from your local computer.
Running the tests requires `python`, `pip` and `virtualenv`, as well as updating
the system `hosts` file.
Python 3 is supported and preferred, but for now it is still possible to use
Python 2.7 if necessary.
WPT requires Python 3.6 or higher.
The required setup is different depending on your operating system.
@ -45,10 +44,10 @@ See also [additional setup required to run Safari](safari.md).
### Windows Setup
Download and install [Python 2.7](https://www.python.org/downloads). The
Download and install [Python 3](https://www.python.org/downloads). The
installer includes `pip` by default.
Add `C:\Python27` and `C:\Python27\Scripts` to your `%Path%`
Add `C:\Python39` and `C:\Python39\Scripts` to your `%Path%`
[environment variable](http://www.computerhope.com/issues/ch000549.htm).
Finally, install `virtualenv`: