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

Unified Diff: LayoutTests/fast/text/unicode-variation-selector.html

Issue 954603003: Update font for unicode-variation-selector.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TestExpectations Created 5 years, 10 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/fast/text/resources/gw432047-license.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/unicode-variation-selector.html
diff --git a/LayoutTests/fast/text/unicode-variation-selector.html b/LayoutTests/fast/text/unicode-variation-selector.html
index 674f88de7fdaa03116f5ba99fbd0fc37c7ecb44f..1d9e563d407a2989304a8fcfb9482fc413ec46ee 100644
--- a/LayoutTests/fast/text/unicode-variation-selector.html
+++ b/LayoutTests/fast/text/unicode-variation-selector.html
@@ -1,20 +1,20 @@
<style>
@font-face {
font-family: ivsfont;
- src: url(resources/gw432047.ttf);
+ src: url(resources/AhemIVS.ttf);
}
.ivs {
font-family: ivsfont;
}
</style>
<p>
-This page ensures that WebKit can render unicode variation selector correctly. On platforms which support UVSes, the glyphs of U+845B should be different. On platforms which don't support UVSes, they should be identical. In addition, any glyphs (including the last resort glyph) should not appear after the U+845B on all platforms.
+This page ensures that WebKit can render unicode variation selector correctly. On platforms which support UVSes, the glyph of U+0061 should be a 0.2em high, 1em wide rectangle. On platforms which don't support UVSes, it should be a square. In addition, any glyphs (including the last resort glyph) should not appear after the glyph on all platforms.
</p>
<div>
-Glyph for code point U+845B without UVS:
-<span style="font-family: ivsfont;">&#x845b;</span>
+Glyph for code point U+0061 without UVS:
+<span style="font-family: ivsfont;">&#x0061;</span>
</div>
<div>
-Glyph for code point U+845B with UVS:
-<span style="font-family: ivsfont;" id='ivs-holder'>&#x845b;&#xE0100;</span>
+Glyph for code point U+0061 with UVS:
+<span style="font-family: ivsfont;" id='ivs-holder'>&#x0061;&#xE0100;</span>
</div>
« no previous file with comments | « LayoutTests/fast/text/resources/gw432047-license.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698