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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/symbol-cmap-expected.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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/symbol-cmap.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <style>
2 @font-face {
3 font-family: SymbolCMAPTestRef;
4 src: url("resources/SymbolCMAPTestRef.ttf");
5 }
6
7 body {
8 font-family: SymbolCMAPTestRef;
9 font-size: 200px;
10 }
11 </style>
12 <!-- For serving as the reference result this test accesses the "Symbol CMAP
13 Encoding OK" glyph not through a Symbol encoded CMAP, but through a regular
14 Unicode encoded CMAP table. -->
15 &#xE000;
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/symbol-cmap.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698