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

Unified 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, 5 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: 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

Powered by Google App Engine
This is Rietveld 408576698