Update web-platform-tests to revision 14cfa4d648cc1c853b4153268df672d21425f8c1

This commit is contained in:
Josh Matthews 2017-10-30 09:31:22 -04:00
parent 1b73cf3352
commit 75736751d9
1213 changed files with 19434 additions and 12344 deletions

View file

@ -8,7 +8,6 @@ def rmtree(top):
top = os.path.abspath(top)
assert top != os.path.expanduser("~")
assert len(top) > len(os.path.expanduser("~"))
assert "web-platform-tests" in top
assert "mixed-content" in top
for root, dirs, files in os.walk(top, topdown=False):

View file

@ -13,13 +13,14 @@ test_root_directory = os.path.abspath(os.path.join(script_directory,
spec_filename = os.path.join(spec_directory, "spec.src.json")
generated_spec_json_filename = os.path.join(spec_directory, "spec_json.js")
selection_pattern = '%(opt_in_method)s/' + \
selection_pattern = '%(subresource)s/' + \
'%(opt_in_method)s/' + \
'%(origin)s/' + \
'%(subresource)s/' + \
'%(context_nesting)s/' + \
'%(redirection)s/'
test_file_path_pattern = '%(spec_name)s/' + selection_pattern + \
test_file_path_pattern = selection_pattern + \
'%(spec_name)s/' + \
'%(name)s.%(source_scheme)s.html'