servo/tests/wpt/css-tests/css-fonts-3_dev/xhtml1/reference/font-features-across-space-1-ref.xht

43 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Test: ligatures should match across spaces</title>
<link href="mailto:jdaggett@mozilla.com" rel="author" title="John Daggett" />
<link href="mailto:chris@w3.org" rel="reviewer" title="Chris Lilley" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<style type="text/css">
@font-face {
font-family: ligsym;
src: url(support/fonts/LigatureSymbolsWithSpaces.woff);
}
td {
padding: 10px 5px;
}
.test {
font-family: ligsym;
font-size: 150%;
font-feature-settings: "liga" on;
}
</style>
</head>
<body>
<table>
<tbody><tr><td>calendar</td><td class="test"></td></tr>
<tr><td>daily calendar</td><td class="test"></td></tr>
<tr><td>align left</td><td class="test"></td></tr>
<tr><td>align center</td><td class="test"></td></tr>
<tr><td>align right</td><td class="test"></td></tr>
<tr><td>volume</td><td class="test"></td></tr>
<tr><td>volume down</td><td class="test"></td></tr>
<tr><td>volume up</td><td class="test"></td></tr>
<tr><td>zoom in</td><td class="test"></td></tr>
<tr><td>zoom out</td><td class="test"></td></tr>
<tr><td>heart</td><td class="test"></td></tr>
<tr><td>heart empty</td><td class="test"></td></tr>
</tbody></table>
</body></html>