Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html

Issue 1047123002: Fix font selection for combining character sequences (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html
diff --git a/LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html b/LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html
new file mode 100644
index 0000000000000000000000000000000000000000..26d5e8a993d2c611533b352928897d679c7b789b
--- /dev/null
+++ b/LayoutTests/fast/text/missing-glyph-in-combining-character-sequence.html
@@ -0,0 +1,12 @@
+<style>
+@font-face {
+ font-family: myfont;
+ src: url(../../resources/Ahem.ttf);
+}
+.test {
+ margin: 20px;
+ font-family: myfont;
+}
+</style>
+You should not see an empty rectangle above the black square.
+<div class="test">o&#x309;</div>

Powered by Google App Engine
This is Rietveld 408576698