RESOLVED WORKSFORME 57201
Simple null ptr with textcombine
https://bugs.webkit.org/show_bug.cgi?id=57201
Summary Simple null ptr with textcombine
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.