On harfbuzz-ng enabled chromium linux, fast/text/wide-zero-width-space.html is failing. We can fix it by not treating tab as spaces, like https://bugs.webkit.org/show_bug.cgi?id=94010.
Created attachment 164657 [details] Patch
Yuta-san, Could you rubber-stamp?
Comment on attachment 164657 [details] Patch Looks legit.
Comment on attachment 164657 [details] Patch Thanks!
Comment on attachment 164657 [details] Patch Clearing flags on attachment: 164657 Committed r128965: <http://trac.webkit.org/changeset/128965>
All reviewed patches have been landed. Closing bug.
Comment on attachment 164657 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=164657&action=review > Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzShaper.cpp:158 > + // Don't normalize tabs as they are not treated as spaces for word-end Nit: Please end comments with a period.