Revision ef7fe9a35d808528f92f29b70e4b7ee273c75c85 authored by Anne van Kesteren on 04 April 2018, 17:04:57 UTC, committed by GitHub on 04 April 2018, 17:04:57 UTC
Tests suggested at https://github.com/w3c/web-platform-tests/issues/1851#issuecomment-378032606.

Co-Authored-By: Matt Menke <mmenke@google.com>
1 parent 48df374
Raw File
.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