https://github.com/web-platform-tests/wpt
Revision 7606bc9d6b70744b1afcdf8b946af67fce5211ec authored by Anne van Kesteren on 09 March 2017, 10:59:34 UTC, committed by Anne van Kesteren on 14 May 2018, 08:31:24 UTC
Closes #5064.
1 parent fcb5082
Raw File
Tip revision: 7606bc9d6b70744b1afcdf8b946af67fce5211ec authored by Anne van Kesteren on 09 March 2017, 10:59:34 UTC
Test HTTP parsing
Tip revision: 7606bc9
.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