mirror of
https://github.com/servo/servo.git
synced 2025-09-01 10:38:25 +01:00
Update web-platform-tests to revision 58b72393db0bd273bb93268c33666cf893feb985
This commit is contained in:
parent
43a4f01647
commit
64e0a52537
12717 changed files with 59835 additions and 59820 deletions
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Test: ligatures should match across spaces</title>
|
||||
<link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-variant-ligatures-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-feature-settings-prop"/>
|
||||
<link rel="match" href="font-features-across-space-1-ref.html"/>
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Ligature features should be handled across spaces with font-feature-settings"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<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>
|
||||
<tr><td>calendar</td><td class="test">calendar</td></tr>
|
||||
<tr><td>daily calendar</td><td class="test">daily calendar</td></tr>
|
||||
<tr><td>align left</td><td class="test">align left</td></tr>
|
||||
<tr><td>align center</td><td class="test">align center</td></tr>
|
||||
<tr><td>align right</td><td class="test">align right</td></tr>
|
||||
<tr><td>volume</td><td class="test">volume</td></tr>
|
||||
<tr><td>volume down</td><td class="test">volume down</td></tr>
|
||||
<tr><td>volume up</td><td class="test">volume up</td></tr>
|
||||
<tr><td>zoom in</td><td class="test">zoom in</td></tr>
|
||||
<tr><td>zoom out</td><td class="test">zoom out</td></tr>
|
||||
<tr><td>heart</td><td class="test">heart</td></tr>
|
||||
<tr><td>heart empty</td><td class="test">heart empty</td></tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue