mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
22 lines
309 B
HTML
22 lines
309 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/graphite/grtest-multipass.ttf);
|
|
}
|
|
|
|
body {
|
|
margin: 20px;
|
|
font: 100px test;
|
|
-moz-font-feature-settings: "TST1=1";
|
|
}
|
|
p { margin: 0; padding: 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>FAIL</p>
|
|
</body>
|
|
</html>
|