Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<html>
<head>
</head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/MarkA.ttf);
}
p {
font-family: test;
font-size: 24pt;
letter-spacing: 10px;
}
</style>
<!-- with letterspacing, the downloaded font will fail to render
<body>
<p>A</p>
</body>
</html>