summaryrefslogtreecommitdiffstats
path: root/gfx/tests/crashtests/580719-1.html
blob: 29fe9f73d34f86b9d9195c0b1bebf5426336f4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<style>
@font-face {
  font-family: t;
  src: url(580719-bad_head_table.ttf);
}

p.t {
  font-size: 40px;
  font-family: t;
}
</style>
</head>
<body>
<p class="t">Lorem ipsum</p>
</body>
</html>