Bug 26095

Summary: Crash with 3d transform on generated content div (with ACCELERATED_COMPOSITING)
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch, testcase, changelog mitz: review+

Simon Fraser (smfr)
Reported 2009-05-29 20:15:03 PDT
When ACCELERATED_COMPOSITING is on, putting a 3d transform on a generated content div crashes in a debug build.
Attachments
Patch, testcase, changelog (6.86 KB, patch)
2009-06-12 17:07 PDT, Simon Fraser (smfr)
mitz: review+
Simon Fraser (smfr)
Comment 1 2009-06-12 17:07:41 PDT
Created attachment 31222 [details] Patch, testcase, changelog No pixel results for the test because DRT is broken with compositing currently.
mitz
Comment 2 2009-06-12 17:09:48 PDT
Comment on attachment 31222 [details] Patch, testcase, changelog > + } else { > + m_graphicsLayer->setName("Anonymous Node"); > } Please remove the braces around this 1-line block. r=me
Simon Fraser (smfr)
Comment 3 2009-06-12 17:11:49 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M LayoutTests/ChangeLog A LayoutTests/compositing/generated-content.html A LayoutTests/platform/mac/compositing/generated-content-expected.txt M WebCore/ChangeLog M WebCore/rendering/RenderLayerBacking.cpp Committed r44640
Note You need to log in before you can comment on or make changes to this bug.