Bug 123309

Summary: REGRESSION(r157950): It made many tests assert on Windows, EFL, GTK
Product: WebKit Reporter: Roger Fong <roger_fong>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Critical CC: commit-queue, darin, esprehn+autocc, glenn, koivisto, kondapallykalyan, ossy
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
disable simple line layout on non-mac platforms kling: review+

Roger Fong
Reported 2013-10-24 18:37:18 PDT
Stepping in the issue, there is an assertion failure: ASSERT(run.charactersLength() >= run.length()); The line before is run.setCharactersLength(text.textLength() - from); However, stepping into this line results in stepping into DocumentMarker::setStartOffset instead.
Attachments
disable simple line layout on non-mac platforms (1.32 KB, patch)
2013-10-25 06:36 PDT, Antti Koivisto
kling: review+
Roger Fong
Comment 1 2013-10-24 18:38:07 PDT
Antti Koivisto
Comment 3 2013-10-25 06:36:50 PDT
Created attachment 215172 [details] disable simple line layout on non-mac platforms
Andreas Kling
Comment 4 2013-10-25 06:38:31 PDT
Comment on attachment 215172 [details] disable simple line layout on non-mac platforms r=me :|
Antti Koivisto
Comment 5 2013-10-25 06:45:51 PDT
Antti Koivisto
Comment 6 2013-10-25 06:46:40 PDT
Filed bug 123338 for re-enabling.
Note You need to log in before you can comment on or make changes to this bug.