Mypal/layout/reftests/font-face/bug533251-ref.html

25 lines
354 B
HTML

<!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>