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

Unified Diff: LayoutTests/fonts/family-fallback-gardiner.html

Issue 307243002: Fix font family based fallback font selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Windows link fix. Created 6 years, 6 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/third_party/GardinerMod/GardinerModBug.ttf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fonts/family-fallback-gardiner.html
diff --git a/LayoutTests/fonts/family-fallback-gardiner.html b/LayoutTests/fonts/family-fallback-gardiner.html
new file mode 100644
index 0000000000000000000000000000000000000000..aea35efa70228ffb562081aa6240d336eb762516
--- /dev/null
+++ b/LayoutTests/fonts/family-fallback-gardiner.html
@@ -0,0 +1,14 @@
+<head>
+ <title>Font Fallback by Family Test</title>
+ <style type="text/css">
+ body {
+ font-size: 100px;
+ font-family: sans-serif;
+ }
+ </style>
+</head>
+<body>
+ You should see pictographs of a bug and a cat.<br>
+ Bug: &#x131A3;<br>
+ Cat: &#x130E0;
+</body>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/third_party/GardinerMod/GardinerModBug.ttf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698