Bug 32089

Summary: Test that WebSocket.readyState is set correctly
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: ukai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch fishd: review+

Description Alexey Proskuryakov 2009-12-02 13:56:35 PST
Currently, the only test that looks at readyState checks that it's set to CLOSED on error. We should test normal operation, too.
Comment 1 Alexey Proskuryakov 2009-12-02 13:58:17 PST
Created attachment 44182 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2009-12-02 15:27:03 PST
Committed <http://trac.webkit.org/changeset/51615>.