Bug 80087 - ASSERT triggered in ShadowTree::attach by style recalc
Summary: ASSERT triggered in ShadowTree::attach by style recalc
Status: RESOLVED DUPLICATE of bug 80020
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 72352
  Show dependency treegraph
 
Reported: 2012-03-01 20:10 PST by Roland Steiner
Modified: 2012-05-29 00:15 PDT (History)
5 users (show)

See Also:


Attachments
test case (1.35 KB, text/html)
2012-03-01 20:10 PST, Roland Steiner
no flags Details
test-case, corrected (1.42 KB, text/html)
2012-03-01 22:15 PST, Roland Steiner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Steiner 2012-03-01 20:10:15 PST
Created attachment 129799 [details]
test case

see attached test case. getComputedStyle causes a relayout and a style recalc, which triggers the ASSERT in ShadowTree::attach (called via ShadowTree::reattach())
Comment 1 Roland Steiner 2012-03-01 22:15:05 PST
Created attachment 129813 [details]
test-case, corrected

Simplified test case from LayoutTests/fast/css/style-scoped/style-scoped-in-shadow.html
Comment 2 Shinya Kawanaka 2012-03-04 21:22:08 PST
I think this is caused by the same problem as Bug 80020.
Comment 3 Hajime Morrita 2012-05-29 00:15:20 PDT
(In reply to comment #2)
> I think this is caused by the same problem as Bug 80020.
And should be fixed then.

*** This bug has been marked as a duplicate of bug 80020 ***