Bug 29342 - Hardware-accelerated opacity transition on inline asserts
Summary: Hardware-accelerated opacity transition on inline asserts
Status: RESOLVED FIXED
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: 2009-09-17 12:54 PDT by Simon Fraser (smfr)
Modified: 2009-09-17 13:13 PDT (History)
0 users

See Also:


Attachments
Testcase (562 bytes, text/html)
2009-09-17 12:54 PDT, Simon Fraser (smfr)
no flags Details
Patch (3.86 KB, patch)
2009-09-17 13:07 PDT, Simon Fraser (smfr)
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-09-17 12:54:01 PDT
Created attachment 39718 [details]
Testcase

When running a hardware-accelerated opacity transition on an inline, we hit an assertion at:

ASSERTION FAILED: !object || object->isBox()
(/Volumes/InternalData/Development/webkit/OpenSource/WebCore/rendering/RenderBox.h:382 WebCore::RenderBox* WebCore::toRenderBox(WebCore::RenderObject*))
Comment 1 Simon Fraser (smfr) 2009-09-17 13:07:23 PDT
Created attachment 39719 [details]
Patch
Comment 2 Dave Hyatt 2009-09-17 13:09:23 PDT
Comment on attachment 39719 [details]
Patch

r=me, although a comment in the code about why an empty size is being passed in might be helpful.
Comment 3 Simon Fraser (smfr) 2009-09-17 13:13:10 PDT
I added a comment.
http://trac.webkit.org/changeset/48489