RESOLVED FIXED 133694
REGRESSION (r169733): compositing/iframes/become-composited-nested-iframes.html fails on WebKit1 bots
https://bugs.webkit.org/show_bug.cgi?id=133694
Summary REGRESSION (r169733): compositing/iframes/become-composited-nested-iframes.ht...
Attachments
Andy Estes
Comment 1 2014-06-10 13:47:50 PDT
Marked the test as failing in r169761: http://trac.webkit.org/changeset/169761
Simon Fraser (smfr)
Comment 2 2014-06-10 15:31:09 PDT
This was fallout from the changes in RenderLayerCompositor::notifyIFramesOfCompositingChange() where we used to do a deep walk, and now do a shallow walk. I'll revert to the older code for now.
Simon Fraser (smfr)
Comment 3 2014-06-10 15:47:44 PDT
Note You need to log in before you can comment on or make changes to this bug.