mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 04bc9c5667911cce7361ee33244dfc8d7ed61212
This commit is contained in:
parent
156b1cc891
commit
0d3d7c36ab
51 changed files with 843 additions and 298 deletions
|
@ -216,7 +216,8 @@ def check_css_globally_unique(repo_root, paths):
|
|||
elif source_file.name_is_reference:
|
||||
ref_files[source_file.name].add(path)
|
||||
else:
|
||||
test_files[source_file.name].add(path)
|
||||
name = source_file.name.replace('-manual', '')
|
||||
test_files[name].add(path)
|
||||
|
||||
errors = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue