Bug 1467516 [wpt PR 11380] - Update html5lib and six, a=testonly
commit02df1786d1da0b5bd73d2cb0bdb9851ec709182f
authorGeoffrey Sneddon <me@gsnedders.com>
Tue, 26 Jun 2018 02:42:25 +0000 (26 02:42 +0000)
committerGeoffrey Sneddon <me@gsnedders.com>
Tue, 26 Jun 2018 02:42:25 +0000 (26 02:42 +0000)
tree1a50cf9ff638fad7ad9994285edde87df62eac29
parentafbb50e29c25b6cd8c9f20639b6e4e88dc6ae352
Bug 1467516 [wpt PR 11380] - Update html5lib and six, a=testonly

Automatic update from web-platform-testsFix #7200: Update vendored html5lib to 1.0.1

This adds webencodings as another vendored package, and moves both to
third_party (part of #10922).

--
Fix #10922: move six into third_party and update to 1.11

--

wpt-commits: efdb898172298b29a50c2e39cd40ac191ee8b3837cd0b885a529734ef71afd3254df48f57f255512
wpt-pr: 11380

--HG--
rename : testing/web-platform/tests/tools/html5lib/.gitmodules => testing/web-platform/tests/tools/third_party/html5lib/.gitmodules
rename : testing/web-platform/tests/tools/html5lib/CONTRIBUTING.rst => testing/web-platform/tests/tools/third_party/html5lib/CONTRIBUTING.rst
rename : testing/web-platform/tests/tools/html5lib/LICENSE => testing/web-platform/tests/tools/third_party/html5lib/LICENSE
rename : testing/web-platform/tests/tools/html5lib/doc/Makefile => testing/web-platform/tests/tools/third_party/html5lib/doc/Makefile
rename : testing/web-platform/tests/tools/html5lib/doc/changes.rst => testing/web-platform/tests/tools/third_party/html5lib/doc/changes.rst
rename : testing/web-platform/tests/tools/html5lib/doc/license.rst => testing/web-platform/tests/tools/third_party/html5lib/doc/license.rst
rename : testing/web-platform/tests/tools/html5lib/doc/make.bat => testing/web-platform/tests/tools/third_party/html5lib/doc/make.bat
rename : testing/web-platform/tests/tools/html5lib/doc/modules.rst => testing/web-platform/tests/tools/third_party/html5lib/doc/modules.rst
rename : testing/web-platform/tests/tools/html5lib/html5lib/trie/datrie.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/datrie.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/trie/py.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/py.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/filters/_base.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/base.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/tests/__init__.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/__init__.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/tests/tokenizertotree.py => testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/tokenizertotree.py
rename : testing/web-platform/tests/tools/html5lib/html5lib/tests/us-ascii.html => testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/us-ascii.html
rename : testing/web-platform/tests/tools/html5lib/html5lib/tests/utf-8-bom.html => testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/utf-8-bom.html
rename : testing/web-platform/tests/tools/six/MANIFEST.in => testing/web-platform/tests/tools/third_party/six/MANIFEST.in
rename : testing/web-platform/tests/tools/six/documentation/Makefile => testing/web-platform/tests/tools/third_party/six/documentation/Makefile
rename : testing/web-platform/tests/tools/html5lib/requirements.txt => testing/web-platform/tests/tools/third_party/six/six.egg-info/top_level.txt
176 files changed:
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/.gitmodules
testing/web-platform/tests/tools/html5lib/.gitignore [deleted file]
testing/web-platform/tests/tools/html5lib/.travis.yml [deleted file]
testing/web-platform/tests/tools/html5lib/CHANGES.rst [deleted file]
testing/web-platform/tests/tools/html5lib/doc/html5lib.rst [deleted file]
testing/web-platform/tests/tools/html5lib/doc/html5lib.serializer.rst [deleted file]
testing/web-platform/tests/tools/html5lib/doc/html5lib.treewalkers.rst [deleted file]
testing/web-platform/tests/tools/html5lib/flake8-run.sh [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/__init__.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/filters/alphabeticalattributes.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/filters/lint.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/filters/sanitizer.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/sanitizer.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/serializer/__init__.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/serializer/htmlserializer.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/README [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/mockParser.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/performance/concatenation.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/test_encoding.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/test_parser.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/test_parser2.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/test_sanitizer.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/test_serializer.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/test_stream.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/test_treewalkers.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/tests/test_whitespace_filter.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/treeadapters/__init__.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/treebuilders/__init__.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/treewalkers/__init__.py [deleted file]
testing/web-platform/tests/tools/html5lib/html5lib/treewalkers/pulldom.py [deleted file]
testing/web-platform/tests/tools/html5lib/requirements-install.sh [deleted file]
testing/web-platform/tests/tools/html5lib/requirements-optional-2.6.txt [deleted file]
testing/web-platform/tests/tools/html5lib/requirements-optional-cpython.txt [deleted file]
testing/web-platform/tests/tools/html5lib/requirements-optional.txt [deleted file]
testing/web-platform/tests/tools/html5lib/requirements-test.txt [deleted file]
testing/web-platform/tests/tools/html5lib/setup.py [deleted file]
testing/web-platform/tests/tools/html5lib/tox.ini [deleted file]
testing/web-platform/tests/tools/html5lib/utils/iana_parse.py [deleted file]
testing/web-platform/tests/tools/html5lib/utils/spider.py [deleted file]
testing/web-platform/tests/tools/localpaths.py
testing/web-platform/tests/tools/six/.gitignore [deleted file]
testing/web-platform/tests/tools/six/.hgignore [deleted file]
testing/web-platform/tests/tools/six/CONTRIBUTORS [deleted file]
testing/web-platform/tests/tools/six/README [deleted file]
testing/web-platform/tests/tools/six/setup.cfg [deleted file]
testing/web-platform/tests/tools/six/setup.py [deleted file]
testing/web-platform/tests/tools/six/tox.ini [deleted file]
testing/web-platform/tests/tools/third_party/html5lib/.appveyor.yml [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/.coveragerc [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/.gitignore [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/.gitmodules [moved from testing/web-platform/tests/tools/html5lib/.gitmodules with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/.prospector.yaml [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/.pylintrc [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/.pytest.expect [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/.travis.yml [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/AUTHORS.rst [moved from testing/web-platform/tests/tools/html5lib/AUTHORS.rst with 52% similarity]
testing/web-platform/tests/tools/third_party/html5lib/CHANGES.rst [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/CONTRIBUTING.rst [moved from testing/web-platform/tests/tools/html5lib/CONTRIBUTING.rst with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/LICENSE [moved from testing/web-platform/tests/tools/html5lib/LICENSE with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/MANIFEST.in [moved from testing/web-platform/tests/tools/html5lib/MANIFEST.in with 65% similarity]
testing/web-platform/tests/tools/third_party/html5lib/README.rst [moved from testing/web-platform/tests/tools/html5lib/README.rst with 79% similarity]
testing/web-platform/tests/tools/third_party/html5lib/debug-info.py [moved from testing/web-platform/tests/tools/html5lib/debug-info.py with 88% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/Makefile [moved from testing/web-platform/tests/tools/html5lib/doc/Makefile with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/changes.rst [moved from testing/web-platform/tests/tools/html5lib/doc/changes.rst with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/conf.py [moved from testing/web-platform/tests/tools/html5lib/doc/conf.py with 99% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/html5lib.filters.rst [moved from testing/web-platform/tests/tools/html5lib/doc/html5lib.filters.rst with 77% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/html5lib.rst [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/doc/html5lib.treeadapters.rst [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/doc/html5lib.treebuilders.rst [moved from testing/web-platform/tests/tools/html5lib/doc/html5lib.treebuilders.rst with 73% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/html5lib.treewalkers.rst [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/doc/index.rst [moved from testing/web-platform/tests/tools/html5lib/doc/index.rst with 95% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/license.rst [moved from testing/web-platform/tests/tools/html5lib/doc/license.rst with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/make.bat [moved from testing/web-platform/tests/tools/html5lib/doc/make.bat with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/modules.rst [moved from testing/web-platform/tests/tools/html5lib/doc/modules.rst with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/doc/movingparts.rst [moved from testing/web-platform/tests/tools/html5lib/doc/movingparts.rst with 56% similarity]
testing/web-platform/tests/tools/third_party/html5lib/flake8-run.sh [new file with mode: 0755]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/__init__.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/_ihatexml.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/ihatexml.py with 97% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/_inputstream.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/inputstream.py with 80% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/_tokenizer.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/tokenizer.py with 98% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/__init__.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/trie/__init__.py with 73% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/_base.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/trie/_base.py with 85% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/datrie.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/trie/datrie.py with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/py.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/trie/py.py with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/_utils.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/utils.py with 55% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/constants.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/constants.py with 81% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/__init__.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/filters/__init__.py with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/alphabeticalattributes.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/base.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/filters/_base.py with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/inject_meta_charset.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/filters/inject_meta_charset.py with 88% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/lint.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/optionaltags.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/filters/optionaltags.py with 96% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/sanitizer.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/filters/whitespace.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/filters/whitespace.py with 85% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/html5parser.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/html5parser.py with 85% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/serializer.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/__init__.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/tests/__init__.py with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/conftest.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/sanitizer-testdata/tests1.dat [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/sanitizer.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/core.test [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/injectmeta.test [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/optionaltags.test [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/options.test [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/whitespace.test [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/support.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/tests/support.py with 70% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_alphabeticalattributes.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_encoding.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_meta.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_optionaltags_filter.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_parser2.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_sanitizer.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_serializer.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_stream.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_treeadapters.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/tests/test_treeadapters.py with 93% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_treewalkers.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/test_whitespace_filter.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/tokenizer.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/tests/test_tokenizer.py with 52% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/tokenizertotree.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/tests/tokenizertotree.py with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/tree_construction.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/us-ascii.html [moved from testing/web-platform/tests/tools/html5lib/html5lib/tests/us-ascii.html with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/utf-8-bom.html [moved from testing/web-platform/tests/tools/html5lib/html5lib/tests/utf-8-bom.html with 100% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treeadapters/__init__.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treeadapters/genshi.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treeadapters/sax.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treeadapters/sax.py with 89% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treebuilders/__init__.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treebuilders/base.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treebuilders/_base.py with 86% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treebuilders/dom.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treebuilders/dom.py with 85% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treebuilders/etree.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treebuilders/etree.py with 96% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treebuilders/etree_lxml.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treebuilders/etree_lxml.py with 93% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treewalkers/__init__.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treewalkers/base.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treewalkers/_base.py with 52% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treewalkers/dom.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treewalkers/dom.py with 70% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treewalkers/etree.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treewalkers/etree.py with 84% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treewalkers/etree_lxml.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treewalkers/lxmletree.py with 72% similarity]
testing/web-platform/tests/tools/third_party/html5lib/html5lib/treewalkers/genshi.py [moved from testing/web-platform/tests/tools/html5lib/html5lib/treewalkers/genshistream.py with 90% similarity]
testing/web-platform/tests/tools/third_party/html5lib/parse.py [moved from testing/web-platform/tests/tools/html5lib/parse.py with 78% similarity]
testing/web-platform/tests/tools/third_party/html5lib/pytest.ini [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/requirements-install.sh [new file with mode: 0755]
testing/web-platform/tests/tools/third_party/html5lib/requirements-optional.txt [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/requirements-test.txt [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/requirements.txt [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/setup.cfg [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/setup.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/tox.ini [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/html5lib/utils/entities.py [moved from testing/web-platform/tests/tools/html5lib/utils/entities.py with 67% similarity]
testing/web-platform/tests/tools/third_party/six/CHANGES [moved from testing/web-platform/tests/tools/six/CHANGES with 82% similarity]
testing/web-platform/tests/tools/third_party/six/LICENSE [moved from testing/web-platform/tests/tools/six/LICENSE with 96% similarity]
testing/web-platform/tests/tools/third_party/six/MANIFEST.in [moved from testing/web-platform/tests/tools/six/MANIFEST.in with 100% similarity]
testing/web-platform/tests/tools/third_party/six/PKG-INFO [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/six/README.rst [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/six/documentation/Makefile [moved from testing/web-platform/tests/tools/six/documentation/Makefile with 100% similarity]
testing/web-platform/tests/tools/third_party/six/documentation/conf.py [moved from testing/web-platform/tests/tools/six/documentation/conf.py with 99% similarity]
testing/web-platform/tests/tools/third_party/six/documentation/index.rst [moved from testing/web-platform/tests/tools/six/documentation/index.rst with 73% similarity]
testing/web-platform/tests/tools/third_party/six/setup.cfg [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/six/setup.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/six/six.egg-info/PKG-INFO [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/six/six.egg-info/SOURCES.txt [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/six/six.egg-info/dependency_links.txt [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/six/six.egg-info/top_level.txt [moved from testing/web-platform/tests/tools/html5lib/requirements.txt with 100% similarity]
testing/web-platform/tests/tools/third_party/six/six.py [moved from testing/web-platform/tests/tools/six/six.py with 87% similarity]
testing/web-platform/tests/tools/third_party/six/test_six.py [moved from testing/web-platform/tests/tools/six/test_six.py with 82% similarity]
testing/web-platform/tests/tools/third_party/webencodings/PKG-INFO [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/README.rst [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/setup.cfg [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/setup.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings.egg-info/PKG-INFO [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings.egg-info/SOURCES.txt [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings.egg-info/dependency_links.txt [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings.egg-info/top_level.txt [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings/__init__.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings/labels.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings/mklabels.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings/tests.py [new file with mode: 0644]
testing/web-platform/tests/tools/third_party/webencodings/webencodings/x_user_defined.py [new file with mode: 0644]