https://github.com/web-platform-tests/wpt
Revision 4155e54da47ada1c49483446573fbcbe7989abb2 authored by Marcos Cáceres on 28 November 2018, 05:11:04 UTC, committed by Marcos Cáceres on 28 November 2018, 05:13:19 UTC
1 parent 5791409
Raw File
Tip revision: 4155e54da47ada1c49483446573fbcbe7989abb2 authored by Marcos Cáceres on 28 November 2018, 05:11:04 UTC
Check that billingAddress gets nulled and redacted
Tip revision: 4155e54
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/
.tox/
.coverage*

# Node
node_modules/

# WPT repo stuff
/MANIFEST.json
.wptcache/
/config.json

# Various OS/editor specific files
*#
*.sw[po]
*~
\#*
scratch
.idea/
.vscode/
.DS_Store
*.rej
back to top