summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/983985-1-ref.html
blob: 4a8d7e94d757e7a27fa0b786aacc21a7ee700a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bug 983985</title>
<style>
@font-face {
  font-family: test;
  src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
}
body {
  font: 36px test;
}
</style>
</head>
<body>
hello &#x530; world
</body>
</html>