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 Loading | Assignee: | 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 |
Ali Juma
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ali Juma
*** This bug has been marked as a duplicate of bug 183460 ***