mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Missing name tests</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<style type="text/css">
|
|
|
|
body {
|
|
margin: 50px;
|
|
}
|
|
|
|
@font-face { font-family: markA-regular; src: url(../fonts/markA.ttf); }
|
|
@font-face { font-family: markA-nofamily; src: url(../fonts/markA-nofamily.ttf); }
|
|
@font-face { font-family: markA-nofullname; src: url(../fonts/markA-nofullname.ttf); }
|
|
@font-face { font-family: markA-nostyle; src: url(../fonts/markA-nostyle.ttf); }
|
|
@font-face { font-family: markA-noversion; src: url(../fonts/markA-noversion.ttf); }
|
|
|
|
.markA-regular { font-family: markA-regular; }
|
|
.markA-nofamily { font-family: markA-nofamily; }
|
|
.markA-nofullname { font-family: markA-nofullname; }
|
|
.markA-noversion { font-family: markA-noversion; }
|
|
.markA-nostyle { font-family: markA-nostyle; }
|
|
|
|
</style>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<p>These lines should all be the same non-alphabetic character:</p>
|
|
<p class="markA-regular">A</p>
|
|
<p class="markA-nofamily">A</p>
|
|
<p class="markA-nofullname">A</p>
|
|
<p class="markA-nostyle">A</p>
|
|
<p class="markA-noversion">A</p>
|
|
</body>
|
|
</html> |