Bug 41999

Summary: compositing/iframes/connect-compositing-iframe.html test asserts
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: 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   

Description Simon Fraser (smfr) 2010-07-09 16:11:34 PDT
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.
Comment 1 Simon Fraser (smfr) 2010-07-09 16:42:32 PDT
Same with
enter-compositing-iframe.html
leave-compositing-iframe.html
and some others