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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/emoji-sbix-web-font.html

Issue 1911123002: Pass through 'sbix' table Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a layout test with a test sbix font Created 4 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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 @font-face { 4 @font-face {
5 font-family: FruityGirl; 5 font-family: FruityGirl;
6 src: url(../../third_party/FruityGirl/FruityGirl.ttf) format("truetype"); 6 src: url(../../third_party/FruityGirl/FruityGirl-uni002A-sbix.ttf) format("tru etype");
7 } 7 }
8 8
9 #emojiLatin { 9 #emojiLatin {
10 font-family: FruityGirl; 10 font-family: FruityGirl;
11 font-size:25px; 11 font-size:25px;
12 } 12 }
13 13
14 #normal { 14 #normal {
15 font-size:25px; 15 font-size:25px;
16 } 16 }
17 </style> 17 </style>
18 </head> 18 </head>
19 <body> 19 <body>
20 <p>Following should show Asterisk with FruitGirl similar to Asterisk Image below </p> 20 <p>Asterisk rendered with FruitGirl-sbix font is shown below followed
21 by the corresponding PNG image. They should look similar to each other.
21 <p id="emojiLatin">&#x002A;</p> 22 <p id="emojiLatin">&#x002A;</p>
22 <img src="../../third_party/FruityGirl/002A.png" alt="Asterisk" height="25" widt h="25"> 23 <img src="../../third_party/FruityGirl/002A.png" alt="Asterisk" height="25" widt h="25">
23 <p>Normal rendering of Asterisk with default font</p> 24 <p>Normal rendering of Asterisk with default font</p>
24 <p id="normal">&#x002A;</p> 25 <p id="normal">&#x002A;</p>
25 </body> 26 </body>
26 </html> 27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698