summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/bug533251-ref.html
blob: 205aa119c3ea50084d7e93b66c9b25de77091dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Bug 533251 crashtest</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  
<style type="text/css">

@font-face {
  font-family: test;
  src: url(../fonts/markA.ttf);
}

body {
  background-color: white;
}

p { font-family: test; }

</style>
</head>
<body>
<p>A</p>
</body>
</html>