Revision c18d546c68ddc4075186ae602ec9de5310ce01aa authored by Robert Ma on 21 March 2018, 18:44:32 UTC, committed by Robert Ma on 21 March 2018, 18:44:32 UTC
The previous commit introduced a regression because base_url was changed
to insecure HTTP. This commit fixes the problem.
1 parent 6668ff3
Raw File
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/

# 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