Update web-platform-tests to revision 83b0a62af874eaf20e9d97d2fb9e15e91f3d109f

This commit is contained in:
WPT Sync Bot 2018-03-09 20:11:29 -05:00
parent 95f9e14e67
commit 3f33c72bb4
193 changed files with 1605 additions and 458 deletions

View file

@ -179,7 +179,8 @@ def new_session(configuration, request):
global _current_session
if _current_session is not None and _current_session.session_id:
_current_session.end()
_current_session = None
_current_session = None
def create_session(body):
global _current_session