mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision d23db97703021bdeb4ec21ff5ce3e9de54dd4d85
This commit is contained in:
parent
54d2b7de29
commit
77784e512e
163 changed files with 3806 additions and 3068 deletions
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS Test reference</title>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Libertine;
|
||||
src: url(support/fonts/LinLibertine_Re-4.7.5.woff);
|
||||
}
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
div {
|
||||
margin: 1em;
|
||||
font: 32px Libertine;
|
||||
}
|
||||
.notref {
|
||||
font-feature-settings: "liga" 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "fi" below DOES form a ligature:
|
||||
<div class=notref>fi</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue