Bug 183461

Summary: http/tests/security/frame-loading-via-document-write.html fails with async policy delegates
Product: WebKit Reporter: Ali Juma <ajuma>
Component: Page LoadingAssignee: Ali Juma <ajuma>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: achristensen, beidson, cdumez, danyao
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 180568    

Description Ali Juma 2018-03-08 10:10:19 PST
This fails because with async policy, the first frame doesn't finish loading after its simulated click before the third frame finishes loading, and the test ends once the third frame is loaded. To make the test work with both sync and async policy, we need to make the test wait for all frames to finish loading no matter which one finishes first.
Comment 1 Ali Juma 2018-03-08 10:19:41 PST

*** This bug has been marked as a duplicate of bug 183460 ***