summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/619511-1.html
blob: 6c222921409c715d508fd6c1a4ced30ae9fee6ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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;
  line-height: 2em;
  letter-spacing: 3px;
}
</style>
</head>
<body>
<p>foo&zwj;bar</p>
</body>
</html>