Bug 34066

Summary: websocket/tests/websocket-event-target.html uses wrong URL.
Product: WebKit Reporter: Fumitoshi Ukai <ukai>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ap: review+, ap: commit-queue-

Description Fumitoshi Ukai 2010-01-24 21:18:36 PST
websocket/tests/websocket-event-target.html uses "ws://localhost:8000" as URL, but it would cause some flakiness in some later test.
For example, chromium would catch "CONSOLE MESSAGE: line 0: Unexpected response code:404" in next websocket-protocol-ignored.html.
Comment 1 Fumitoshi Ukai 2010-01-24 21:43:39 PST
Created attachment 47309 [details]
Patch
Comment 2 Alexey Proskuryakov 2010-01-25 17:10:28 PST
Comment on attachment 47309 [details]
Patch

r=me. There is a tab character in ChangeLog.
Comment 3 Fumitoshi Ukai 2010-01-26 17:10:02 PST
Committed r53875: <http://trac.webkit.org/changeset/53875>