Bug 41999 - compositing/iframes/connect-compositing-iframe.html test asserts
Summary: compositing/iframes/connect-compositing-iframe.html test asserts
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-09 16:11 PDT by Simon Fraser (smfr)
Modified: 2013-05-14 16:09 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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