1
0
Fork 0
firefox/layout/reftests/font-face/missing-names-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

32 lines
No EOL
621 B
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); }
.markA-regular { font-family: markA-regular; }
</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-regular">A</p>
<p class="markA-regular">A</p>
<p class="markA-regular">A</p>
<p class="markA-regular">A</p>
</body>
</html>