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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <style>
2 @font-face {
3 font-family: myfont;
4 src: url(../../resources/Ahem.ttf);
5 }
6 .test {
7 margin: 20px;
8 font-family: myfont;
9 }
10 </style>
11 You should not see an empty rectangle above the black square.
12 <div class="test">o&#x309;</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698