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

Unified 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, 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/symbol-cmap.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/symbol-cmap-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/symbol-cmap-expected.html b/third_party/WebKit/LayoutTests/fast/text/symbol-cmap-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..1a189421ebe56a275c6f51383d2a61b4d1f5a8fa
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/symbol-cmap-expected.html
@@ -0,0 +1,15 @@
+<style>
+@font-face {
+font-family: SymbolCMAPTestRef;
+src: url("resources/SymbolCMAPTestRef.ttf");
+}
+
+body {
+font-family: SymbolCMAPTestRef;
+font-size: 200px;
+}
+</style>
+<!-- For serving as the reference result this test accesses the "Symbol CMAP
+ Encoding OK" glyph not through a Symbol encoded CMAP, but through a regular
+ Unicode encoded CMAP table. -->
+&#xE000;
« 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