mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fa0e53e436
--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>
|