Bug 57201
Summary: | Simple null ptr with textcombine | ||
---|---|---|---|
Product: | WebKit | Reporter: | Abhishek Arya <inferno> |
Component: | Layout and Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Abhishek Arya
Another one:
<style>
::first-line{ text-overline-width: -4500000000;
</style><details>
Luiz Agostini
<details> implementation has been replaced and the problem seems to be solved.