Bug 56140 - REGRESSION: fast/text/large-text-composed-char-dos.html sometimes fails
Summary: REGRESSION: fast/text/large-text-composed-char-dos.html sometimes fails
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2011-03-10 13:22 PST by Adam Roben (:aroben)
Modified: 2012-10-05 13:10 PDT (History)
4 users (show)

See Also:


Attachments
composed sequence in adjacent nodes (199 bytes, text/html)
2011-03-14 12:54 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-03-10 13:22:50 PST
fast/text/large-text-composed-char-dos.html sometimes fails on Windows. See the URL for one example.

This started happening within the last week. Perhaps r80526 is related?
Comment 1 Alexey Proskuryakov 2011-03-10 15:45:52 PST
Almost certainly related. Not sure what exactly is going on though.
Comment 3 Adam Roben (:aroben) 2011-03-11 06:51:36 PST
I disabled the test in r80849.
Comment 4 Jessie Berlin 2011-03-11 07:11:46 PST
<rdar://problem/9121050>
Comment 6 Alexey Proskuryakov 2011-03-14 12:53:06 PDT
I see what's going on. When a text node length limit cannot be satisfied due to a composed sequence that's longer than 64K, the result depends on what size data chucks are coming in.
Comment 7 Alexey Proskuryakov 2011-03-14 12:54:27 PDT
Created attachment 85704 [details]
composed sequence in adjacent nodes

I think that it's ultimately a text rendering bug that composed sequences cannot span text nodes. See attached test case for one manifestation of it.