summaryrefslogtreecommitdiffstats
path: root/layout/style/test/file_bug1375944.html
blob: 809ea4205b9a5925fad650b2c18dc9c64a508953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<style>
@font-face {
  font-family: Ahem;
  src: url(Ahem.ttf);
}
#test {
  display: inline-block;
  font: 64px/1 Ahem;
  margin-right: 1ex;
}
</style>
<div id="test">X</div>