mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
344 B
HTML
25 lines
344 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<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>
|