Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[iOS] Narrow non-breaking space does not fall back to a correct font
https://bugs.webkit.org/show_bug.cgi?id=139335 Reviewed by Enrica Casucci. Source/WebCore: Test: fast/text/narrow-non-breaking-space.html * platform/graphics/ios/FontCacheIOS.mm: (WebCore::requiresCustomFallbackFont): (WebCore::FontCache::getCustomFallbackFont): LayoutTests: * fast/text/narrow-non-breaking-space-expected.html: Added. * fast/text/narrow-non-breaking-space.html: Added. Canonical link: https://commits.webkit.org/157256@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@176971 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
5 changed files
with
63 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE html> | ||
<html style="-webkit-writing-mode: vertical-rl; font-family: STHeitiTC-Light, 'Heiti TC';"> | ||
<body> | ||
This test makes sure that a narrow non-breaking space does not draw as a .notdef character. | ||
This character is a U+202f narrow non-breaking space: "" | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE html> | ||
<html style="-webkit-writing-mode: vertical-rl; font-family: STHeitiTC-Light, 'Heiti TC';"> | ||
<body> | ||
This test makes sure that a narrow non-breaking space does not draw as a .notdef character. | ||
This character is a U+202f narrow non-breaking space: " " | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters