https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a63ba842d508752da2f65ea507cd1d8baff7840e authored by Stephen McGruer on 10 April 2018, 17:53:52 UTC
Web Animations: Fix bugs in procedure to process a keyframes argument
Tip revision: a63ba84
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/
.tox/

# Node
node_modules/

# WPT repo stuff
/MANIFEST.json

testharness_runner.html
!/testharness_runner.html
!/tools/wptrunner/wptrunner/testharness_runner.html

_certs
config.json

# Various OS/editor specific files
*#
*.sw[po]
*~
\#*
scratch
.idea/
.vscode/
.DS_Store
*.rej
back to top