tenfourfox/layout/reftests/font-face/src-list-actual-font-ref.html

22 lines
273 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/loadtest.ttf);
}
body {
margin: 20px;
font-size: 100px;
font-family: test;
}
p { margin: 0; padding: 0; }
</style>
</head>
<body>
<p>FAIL</p>
</body>
</html>