Bug 57201

Summary: Simple null ptr with textcombine
Product: WebKit Reporter: Abhishek Arya <inferno>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: luiz, mitz, takano
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Abhishek Arya
Reported 2011-03-27 18:56:53 PDT
testcase: <style> *:empty:first-line { background: red; </style><details> Crash on null style in RenderBlock::findNextLineBreak RenderStyle* style = t->style(firstLine); if (style->hasTextCombine() && o->isCombineText()) toRenderCombineText(o)->combineText();
Attachments
Abhishek Arya
Comment 1 2011-04-03 20:04:20 PDT
Another one: <style> ::first-line{ text-overline-width: -4500000000; </style><details>
Luiz Agostini
Comment 2 2011-05-17 14:23:42 PDT
<details> implementation has been replaced and the problem seems to be solved.
Note You need to log in before you can comment on or make changes to this bug.