https://github.com/web-platform-tests/wpt
Revision c51eaff86a080994725c948262cf2316bddd9e6c authored by Eric Willigers on 20 March 2018, 02:13:15 UTC, committed by GitHub on 20 March 2018, 02:13:15 UTC
Update serialization of drop-shadow
2 parent s 234faac + 49cbe8a
Raw File
Tip revision: c51eaff86a080994725c948262cf2316bddd9e6c authored by Eric Willigers on 20 March 2018, 02:13:15 UTC
Merge pull request #10099 from csnardi/patch-9
Tip revision: c51eaff
.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