summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/10209-3-ref.html
blob: 6f16cba6d672b865f3197e66f5e56fba22bb2995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<style>
@font-face {
  font-family: Ahem;
  src: url(../fonts/Ahem.ttf);
}
* {
  font-family: Ahem;
}
</style>
<body style="margin: 0">
  <div style="width: 100px; height: 100px; background: green">
  </div>
</body>