Bug 193632
| Summary: | REGRESSION(r239915): [FreeType] Broke layout test fast/text/narrow-non-breaking-space.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, dpino, mmaxfield |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=177040 | ||
Michael Catanzaro
Layout test fast/text/narrow-non-breaking-space.html has been failing since r239915 "[FreeType] Support emoji modifiers". The problem is the narrow non-breaking space character was previously invisible, consuming no width, but now it consumes the roughly the width of one space.
I actually wonder if it might be a progression, but it's a shame for our behavior to differ from Apple.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
The test is passing since r264714.