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

Unified 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, 8 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
Index: third_party/WebKit/LayoutTests/fast/text/emoji-sbix-web-font.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/emoji-web-font.html b/third_party/WebKit/LayoutTests/fast/text/emoji-sbix-web-font.html
similarity index 60%
copy from third_party/WebKit/LayoutTests/fast/text/emoji-web-font.html
copy to third_party/WebKit/LayoutTests/fast/text/emoji-sbix-web-font.html
index f403fdff01b2d549a8e8f3b00acabe71824a6047..042dfe10ade5e3eea410ad1f8d79f24f92844f25 100644
--- a/third_party/WebKit/LayoutTests/fast/text/emoji-web-font.html
+++ b/third_party/WebKit/LayoutTests/fast/text/emoji-sbix-web-font.html
@@ -3,7 +3,7 @@
<style type="text/css">
@font-face {
font-family: FruityGirl;
- src: url(../../third_party/FruityGirl/FruityGirl.ttf) format("truetype");
+ src: url(../../third_party/FruityGirl/FruityGirl-uni002A-sbix.ttf) format("truetype");
}
#emojiLatin {
@@ -17,9 +17,10 @@
</style>
</head>
<body>
-<p>Following should show Asterisk with FruitGirl similar to Asterisk Image below</p>
+<p>Asterisk rendered with FruitGirl-sbix font is shown below followed
+by the corresponding PNG image. They should look similar to each other.
<p id="emojiLatin">&#x002A;</p>
-<img src="../../third_party/FruityGirl/002A.png" alt="Asterisk" height="25" width="25">
+<img src="../../third_party/FruityGirl/002A.png" alt="Asterisk" height="25" width="25">
<p>Normal rendering of Asterisk with default font</p>
<p id="normal">&#x002A;</p>
</body>

Powered by Google App Engine
This is Rietveld 408576698