mirror of
https://github.com/servo/servo.git
synced 2025-09-13 16:38:20 +01:00
Update web-platform-tests to revision 386d27678c48bf468b8d374e2ba718e32185a5b7
This commit is contained in:
parent
c24420ddbe
commit
dd79cdc697
32 changed files with 336 additions and 167 deletions
|
@ -11,7 +11,7 @@ class GetUpdatePropertyList(Step):
|
|||
def create(self, state):
|
||||
property_order, boolean_properties = products.load_product_update(
|
||||
state.config, state.product)
|
||||
state.property_order = property_order + state.extra_properties
|
||||
state.property_order = (property_order or []) + state.extra_properties
|
||||
state.boolean_properties = boolean_properties
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue