[Webkit-unassigned] [Bug 177364] REGRESSION(r221909): Failing fast/text/international/iso-8859-8.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 2 04:12:18 PDT 2017


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
The second div element has 8 chracters.

> <div class="test">שנב גקכ </div>

Its RenderText removes the last trailing space.
Then, it has 7 characters, "שנב גקכ".

getClientRects tried get the position of the 7th character (the removed space).

Then, HarfBuzzShaper::shape failed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171002/a3a515f2/attachment.html>


More information about the webkit-unassigned mailing list