Bug 41999
Summary: | compositing/iframes/connect-compositing-iframe.html test asserts | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
Status: | NEW | ||
Severity: | Normal | CC: | wangxianzhu, yael |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
If you remove the
document.getElementById('parent-iframe').contentDocument.body.offsetWidth; // update iframe layout
line, then this test assets when painting the iframe's view, because layout has not been updated. For some reason, -viewWillDraw is not propagating.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Same with
enter-compositing-iframe.html
leave-compositing-iframe.html
and some others