gecko/layout/reftests/bugs/619511-1.html

19 lines
253 B
HTML

<html>
<head>
<style type="text/css">
@font-face {
font-family: dl1;
src: url(../fonts/DeLarge/DeLarge.woff);
}
body {
font-family: dl1, serif;
font-size: 36px;
letter-spacing: 3px;
}
</style>
</head>
<body>
<p>foo&zwj;bar</p>
</body>
</html>