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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/webfont/variable-box-font-arraybuffer-expected.html

Issue 2858573002: Use FreeType for OpenType Variations on CoreText < 10.12 (Closed)
Patch Set: Use FreeType for OpenType Variations on CoreText < 10.12 Created 3 years, 7 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <style> 3 <style>
4 @font-face { 4 @font-face {
5 font-family: variabletest_box; 5 font-family: variabletest_box;
6 src: url(/resources/variabletest_box.ttf); 6 src: url(/resources/variabletest_box.ttf);
7 } 7 }
8 8
9 body { 9 body {
10 font-family: variabletest_box, sans-serif; 10 font-family: variabletest_box, sans-serif;
11 font-size: 200px; 11 font-size: 200px;
12 } 12 }
13
14 .variations_codepath_trigger {
15 font-variation-settings: "none" 9999;
16 }
17
13 </style> 18 </style>
14 ▄ ▀ 19 ▄ <span class="variations_codepath_trigger">▀</span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698