mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
a91e81a677
--HG-- rename : layout/reftests/fonts/Prototype.ttf => gfx/tests/crashtests/Prototype.ttf
19 lines
225 B
HTML
19 lines
225 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: foo;
|
|
src: url(Prototype.ttf);
|
|
}
|
|
body {
|
|
font-family: foo;
|
|
font-size: 2000px;
|
|
font-weight: 900;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
xyzzy
|
|
</body>
|
|
</html>
|