Bug 119693

Summary: [Mac] security/contentSecurityPolicy/connect-src-websocket-blocked.html is flaky because of connect-src-websocket-allowed.html
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mkwst
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix none

Description Alexey Proskuryakov 2013-08-12 11:23:46 PDT
The previous test leaks output
Comment 1 Alexey Proskuryakov 2013-08-12 12:34:11 PDT
The reason why this doesn't work is that we try to load a blank document between tests, but only start a provisional load that is immediately canceled. This stops all subresource loads, but doesn't stop ActiveDOMObjects such as WebSocket.
Comment 2 Alexey Proskuryakov 2013-08-12 14:05:32 PDT
Created attachment 208558 [details]
proposed fix
Comment 3 WebKit Commit Bot 2013-08-12 16:41:20 PDT
Comment on attachment 208558 [details]
proposed fix

Clearing flags on attachment: 208558

Committed r153964: <http://trac.webkit.org/changeset/153964>
Comment 4 WebKit Commit Bot 2013-08-12 16:41:22 PDT
All reviewed patches have been landed.  Closing bug.