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

Unified Diff: LayoutTests/fast/text/space-ligature.html

Issue 1218523003: Introduce layout test rendering a ligature composed of a space glyph (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | LayoutTests/fast/text/space-ligature-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/space-ligature.html
diff --git a/LayoutTests/fast/text/space-ligature.html b/LayoutTests/fast/text/space-ligature.html
new file mode 100644
index 0000000000000000000000000000000000000000..116e22ac91cc3346ac3d2f9cad6299adae8b59b7
--- /dev/null
+++ b/LayoutTests/fast/text/space-ligature.html
@@ -0,0 +1,15 @@
+<style type="text/css">
+@font-face {
+ font-family: ahemspaceligature;
+ src: url("../../third_party/AhemSpaceLigature/AhemSpaceLigature.woff");
+}
+.ahemspaceligature {
+ font-family: ahemspaceligature;
+ font-variant-ligatures: common-ligatures;
+}
+</style>
+<body>
+Tests whether ligatures containing a space are rendered correctly using the AhemSpaceLigature test font.<br>
+Below you should see a U-shaped polygon, not two separate boxes.
+<div class="ahemspaceligature">A A</div>
+</body>
« no previous file with comments | « no previous file | LayoutTests/fast/text/space-ligature-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698