Update web-platform-tests to revision 386d27678c48bf468b8d374e2ba718e32185a5b7

This commit is contained in:
WPT Sync Bot 2019-04-11 22:38:06 -04:00
parent c24420ddbe
commit dd79cdc697
32 changed files with 336 additions and 167 deletions

View file

@ -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