Bug 34066 - websocket/tests/websocket-event-target.html uses wrong URL.
Summary: websocket/tests/websocket-event-target.html uses wrong URL.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-24 21:18 PST by Fumitoshi Ukai
Modified: 2010-01-26 17:10 PST (History)
0 users

See Also:


Attachments
Patch (1.29 KB, patch)
2010-01-24 21:43 PST, Fumitoshi Ukai
ap: review+
ap: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>