[Webkit-unassigned] [Bug 38318] LayoutTests/fast/dom/Range/range-expand.html failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 09:47:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38318





--- Comment #2 from Xiaomei Ji <xji at chromium.org>  2010-04-29 09:47:23 PST ---
range expand uses ICU's text break iterator.

Is the ICU's text break iterator different for OS X 10.5 and SnowLeopard? Or is
it different for Japanese SnowLeopard?

Since ICU does not support Chinese segmentation, the Chinese word are segmented
character by character. Looks like in Japanese SnowLeopard, "在甲型" is segmented
as one word.

For Hebrew testing, the difference seems that in Japanese SnowLeopard, when
segment into sentence and block, 0x0A (Line Feed) is added at the end of
sentence/block.

If the difference is due to platform difference. I will need to make the result
as Mac OS X 10.5 only.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list