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

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

Issue 954953002: Adding GetTableAction method to Blink to handle color table tags (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating Test Expectation for Virtual test Created 5 years, 9 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/emoji-web-font-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style type="text/css">
4 @font-face {
5 font-family: FruityGirl;
6 src: url(../../third_party/FruityGirl/FruityGirl.ttf) format("truetype");
7 }
8
9 #emojiLatin {
10 font-family: FruityGirl;
11 font-size:25px;
12 }
13
14 #normal {
15 font-size:25px;
16 }
17 </style>
18 </head>
19 <body>
20 <p>Following should show Asterisk with FruitGirl similar to Asterisk Image below </p>
21 <p id="emojiLatin">&#x002A;</p>
22 <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 id="normal">&#x002A;</p>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/emoji-web-font-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698