Bug 31426

Summary: Some WebSocket tests don't properly listen to close event
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: ukai, yuzo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch levin: review+

Description Alexey Proskuryakov 2009-11-12 11:43:50 PST
It should be "ws.onclose", not "ws.close".

As a result, tests take longer (there are 2 or 3 second timers meant to make them end), and lack some of the output.
Comment 1 Alexey Proskuryakov 2009-11-12 11:48:31 PST
Created attachment 43085 [details]
proposed patch
Comment 2 David Levin 2009-11-12 11:56:37 PST
Comment on attachment 43085 [details]
proposed patch

Thanks.
Comment 3 Alexey Proskuryakov 2009-11-12 12:17:17 PST
Committed r50892.