| Index: third_party/WebKit/LayoutTests/fast/text/symbol-cmap.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/symbol-cmap.html b/third_party/WebKit/LayoutTests/fast/text/symbol-cmap.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b24433615d8b0a7050dde084f80a723748e24343
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/symbol-cmap.html
|
| @@ -0,0 +1,15 @@
|
| +<style>
|
| +@font-face {
|
| +font-family: SymbolCMAPTest;
|
| +src: url("resources/SymbolCMAPTest.ttf");
|
| +}
|
| +
|
| +body {
|
| +font-family: SymbolCMAPTest;
|
| +font-size: 200px;
|
| +}
|
| +</style>
|
| +<!-- The SymbolCMAPTest.ttf font file uses Microsoft's symbol encoding, platform
|
| + ID 3, encoding ID 0 with glyphs offset by 0xFF00, just like Wingdings or other
|
| + symbol fonts on Windows. -->
|
| +A
|
|
|