Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / websocket / deflate-frame-invalid-parameter_wsh.py
index a8cc25c..3a4b7a9 100644 (file)
@@ -49,7 +49,8 @@ def web_socket_do_extra_handshake(request):
         message += '\r\n'
     message += '\r\n'
     request.connection.write(message)
-    raise handshake.AbortedByUserException('Abort the connection') # Prevents pywebsocket from sending its own handshake message.
+    # Prevents pywebsocket from sending its own handshake message.
+    raise handshake.AbortedByUserException('Abort the connection')
 
 
 def web_socket_transfer_data(request):