blob: e83514a5e5a6bc6471d6f32d060ced5a80ef099f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: 'Litherum';
src: url("./resources/Litherum.svg") format(svg)
}
#p {
font: 100px 'Litherum';
}
</style>
</head>
<body>
This test draws an underscore that should entirely fit within an underline.
The underline should skip over the entire glyph.
<div id="p">_</div>
</body>
</html>