Revision dc670d8e953f61216f5226051f9148ed279bbd66 authored by Emilio Cobos Álvarez on 11 April 2018, 12:27:56 UTC, committed by Emilio Cobos Álvarez on 13 April 2018, 20:20:18 UTC
This tests resolutions from https://github.com/w3c/csswg-drafts/issues/1548.
1 parent de23472
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