mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 347a7974c93326910109cd0f3386cc427add4ec5
This commit is contained in:
parent
d4df55b417
commit
9d36d960d0
656 changed files with 6386 additions and 4726 deletions
|
@ -73,7 +73,7 @@ def read_config():
|
|||
# This only allows one product per whatever for now
|
||||
for product in parser.sections():
|
||||
if product != "general":
|
||||
dest = rv["products"][product] = {}
|
||||
rv["products"][product] = {}
|
||||
for key, value in parser.items(product):
|
||||
rv["products"][product][key] = value
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue