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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/symbol-cmap.html

Issue 2183023003: Add a Windows layout test for validating symbol CMAP encoding support (Closed) Base URL: dilbert@roettsch.es:dev/blink/src@symbolCmapRefTest
Patch Set: Fix typos, fix base branch reference Created 4 years, 4 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: SymbolCMAPTest;
4 src: url("resources/SymbolCMAPTest.ttf");
5 }
6
7 body {
8 font-family: SymbolCMAPTest;
9 font-size: 200px;
10 }
11 </style>
12 <!-- The SymbolCMAPTest.ttf font file uses Microsoft's symbol encoding, platform
13 ID 3, encoding ID 0 with glyphs offset by 0xFF00, just like Wingdings or other
14 symbol fonts on Windows. -->
15 A
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698